Metadata
Schema
-
A metadata block:
-
must be an object
-
may have a title property
-
may have a description property
-
may have a created property
-
may have an updated property
-
may have an authors property
-
may have a license property
-
-
The title property:
- must be a string
-
The description property:
- must be a string
-
The created property:
- must be a string
-
The updated property:
- must be a string
-
The authors property:
-
must be an array
-
must contain at least one item
-
Each author:
-
must be an object
-
must be unique
-
must have a name property
-
may have an email property
-
-
The name property:
- must be a string
-
The email property:
-
must be a string
-
must hold an email address
-
-
-
The license property:
- must be a string