{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CompareItem", "title": "CompareItem", "additionalProperties": false, "properties": { "label": { "title": "Label", "type": "string" }, "value": { "title": "Value", "type": "string" } }, "required": [ "label", "value" ], "type": "object" }