{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/catalog-metafield-structure.json", "name": "Metafield", "description": "Metafield", "type": "object", "properties": { "Key": { "description": "Key of the metafield.\r\nAllowed characters: lowercase letters, numbers, hyphen, underscore and dot", "type": "string", "example": "string" }, "Value": { "description": "Value of the metafield.", "type": "string", "example": "string" } }, "required": [ "Key", "Value" ] }