{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FieldRequestBody", "title": "FieldRequestBody", "type": "object", "description": "Request body containing field references for delete operations.", "properties": { "references": { "type": "object", "description": "A map of reference field names to their values.", "additionalProperties": { "type": "string" } } } }