{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AddFieldBean", "title": "AddFieldBean", "additionalProperties": false, "properties": { "fieldId": { "description": "The ID of the field to add.", "type": "string" } }, "required": [ "fieldId" ], "type": "object" }