{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ExpenseEntryCreateResponse", "title": "ExpenseEntryCreateResponse", "type": "object", "properties": { "ID": { "type": "string", "description": "The unique identifier of the created expense entry" }, "URI": { "type": "string", "description": "URI of the created resource" } } }