{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EntityReference", "title": "EntityReference", "properties": { "id": { "description": "The unique identifier of the resource.", "type": "string" } }, "type": "object" }