{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GuidNullableUpdateValue", "title": "Guid update value", "type": "object", "properties": { "Value": { "type": "string", "description": "Value which is to be updated.", "format": "uuid", "nullable": true } }, "additionalProperties": false, "x-schema-id": "GuidNullableUpdateValue" }