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