{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AdvertiserTransparencyRequest", "title": "AdvertiserTransparencyRequest", "type": "object", "properties": { "sponsoredAccountId": { "type": "string", "description": "The unique identifier for the sponsored account", "example": "123456789" }, "month": { "type": "integer", "description": "The month for transparency data in YYYYMM format", "example": 202312 } } }