{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/documentResponse", "title": "documentResponse", "required": [ "Id", "Href" ], "type": "object", "description": "Response body object.", "properties": { "Id": { "type": "string", "description": "ID of the document that was created or updated." }, "Href": { "type": "string", "description": "Document reference URL." } } }