{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ReferenceUpdate", "title": "ReferenceUpdate", "type": "object", "properties": { "@odata.id": { "type": "string" }, "@odata.type": { "type": "string", "nullable": true } } }