{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DemoPackSummary", "type": "object", "properties": { "characters": { "type": "integer", "format": "uint", "minimum": 0 }, "displayName": { "type": "string" }, "id": { "type": "string" }, "itemSpecs": { "type": "integer", "format": "uint", "minimum": 0 }, "personas": { "type": "integer", "format": "uint", "minimum": 0 }, "plotModules": { "type": "integer", "format": "uint", "minimum": 0 }, "revision": { "type": "string" }, "worldBooks": { "type": "integer", "format": "uint", "minimum": 0 } }, "required": [ "id", "displayName", "revision", "characters", "worldBooks", "personas", "plotModules", "itemSpecs" ] }