{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Extension", "title": "Extension", "type": "object", "properties": { "type": { "type": "string" }, "version": { "type": "string" }, "data": { "type": "object" } } }