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