Content
Schema
-
A content block:
-
must be an object
-
must have an id property
-
must have a type property
-
must have either a data or an url property
-
may have a meta property
-
-
The id property:
- must be a string
-
The type property:
-
must be a string
-
must hold a MIME type
-
-
The url property:
- must be a string
-
The data property:
-
must be a string
-
may have an associated encoding property
-
The encoding property:
- must be a string
-
-
The meta property:
- must satisfy the metadata schema