{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RequestInquiryCreate", "title": "RequestInquiryCreate", "type": "object", "properties": { "id": { "type": "integer", "description": "The id of the created RequestInquiry.", "readOnly": true, "writeOnly": false } } }