{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ApiIntegration", "type": "object", "properties": { "name": { "type": "string" }, "api_allowed_prefixes": { "type": "array" }, "api_blocked_prefixes": { "type": "array" }, "enabled": { "type": "boolean" }, "comment": { "type": "string" }, "created_on": { "type": "string" } } }