A unique identifier for an object.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WritableId", "title": "ID", "type": "string", "description": "A unique identifier for an object.", "example": "12345", "readOnly": false, "nullable": true }