Defines the identity of a resource.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Identifiable", "title": "Identifiable", "properties": { "id": { "type": "string", "description": "A String identifier.", "readOnly": true } }, "description": "Defines the identity of a resource.", "allOf": [ { "$ref": "#/components/schemas/ResponseBase" } ] }