{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConsignmentFormField", "title": "ConsignmentFormField", "type": "object", "properties": { "name": { "type": "string", "example": "special note" }, "value": { "type": "string", "nullable": true, "example": "super rare" } }, "x-internal": false }