{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Entity", "title": "Entity", "type": "object", "properties": { "id": { "type": "string", "description": "The unique identifier for an entity." }, "@odata.type": { "type": "string" } } }