{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Policy", "type": "object", "properties": { "id": { "type": "string" }, "type": { "type": "string" }, "name": { "type": "string" }, "status": { "type": "string" }, "attributes": { "type": "object" }, "resources": { "type": "array" }, "created": { "type": "string" }, "updated": { "type": "string" } } }