diff --git a/README.adoc b/README.adoc
index bd23f78a08294928cb75b1b78a597dba3b349c67..d60b6245b55b783cb493b422533c166f85271e2c 100644
--- a/README.adoc
+++ b/README.adoc
@@ -79,6 +79,17 @@ The TCK will take over from there and run all the tests by hooking in the specif
In order to pass the AsciiDoc TCK tests, you must create a CLI interface that reads AsciiDoc content from stdin and return an Abstract Semantic Graph (encoded in JSON) to stdout.
The CLI must return an exit code of 0 on success and non-zero in case of failure.
+== Input format
+
+[source,json]
+....
+{
+ "contents": "...",
+ "path": "/a/path/to/the/input/file",
+ "type": "block" # "block" or "inline"
+}
+....
+
== Install
Download the appropriate binary from the release page.