{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SharedConfig", "type": "object", "properties": { "name": { "type": "string", "description": "Configuration name" }, "description": { "type": "string" }, "content": { "type": "string", "description": "Configuration XML content" }, "lastModified": { "type": "string" } } }