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