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