Slide 24
Slide 24 text
Define a schema
schematic-a/schema.json
{
"$schema": "http://json-schema.org/schema",
"id": "schmatic-a",
"title": "schematic title",
"type": "object",
"description": "schematic description",
"properties": { ... },
"required": ["name"]
}