{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/patch_document", "title": "patch_document", "properties": { "description": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }