{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ExtensionAttributes", "type": "object", "properties": { "name": { "type": "string" }, "display_name": { "type": "string" }, "version": { "type": "string" }, "delegate_descriptor_id": { "type": "string" }, "settings": { "type": "string" }, "enabled": { "type": "boolean" }, "published": { "type": "boolean" }, "dirty": { "type": "boolean" }, "revision_number": { "type": "integer" }, "deleted_at": { "type": "string" }, "created_at": { "type": "string" }, "updated_at": { "type": "string" } } }