{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Manifest", "type": "object", "properties": { "schemaVersion": { "type": "integer" }, "mediaType": { "type": "string" }, "layers": { "type": "array" } } }