{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IdOrKeyBean", "title": "IdOrKeyBean", "additionalProperties": false, "properties": { "id": { "description": "The ID of the referenced item.", "format": "int64", "type": "integer" }, "key": { "description": "The key of the referenced item.", "type": "string" } }, "type": "object" }