{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/formField", "title": "formField", "type": "object", "properties": { "name": { "type": "string", "description": "Name of the form field", "example": "License Id" }, "value": { "type": "string", "description": "Value of the form field", "example": "123BAF" } }, "x-internal": false }