{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FormAnswer", "title": "FormAnswer", "properties": { "field_id": { "type": "string" }, "field_name": { "type": "string" }, "file_ids": { "$ref": "#/components/schemas/property_FormAnswer_file_ids" }, "value": { "type": "string" } }, "required": [ "field_id" ], "type": "object" }