{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MetadataValue", "title": "MetadataValue", "type": "object", "properties": { "name": { "$ref": "#/components/schemas/LocalizableString" }, "value": { "type": "string", "description": "The value of the metadata." } } }