{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TrackingCodeItemForGetMeetingObject", "title": "TrackingCodeItemForGetMeetingObject", "type": "object", "required": [ "name", "value" ], "properties": { "name": { "type": "string", "example": "Department", "description": "Name for the tracking code." }, "value": { "type": "string", "description": "Value for the tracking code." } } }