{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ADGL ModelResource", "type": "object", "required": [ "id" ], "properties": { "id": { "type": "string" }, "provider": { "type": "string" }, "region": { "type": "string" }, "deployment": { "type": "string" }, "approved": { "type": "boolean" }, "allowed_classifications": { "type": "array", "items": { "type": "string" } }, "version": { "type": "string" } }, "additionalProperties": true }