{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetTheUsersSponsoredResponse200", "title": "GetTheUsersSponsoredResponse200", "type": "object", "properties": { "paging": { "type": "object", "properties": { "start": { "type": "integer" }, "count": { "type": "integer" }, "links": { "type": "array", "items": {} }, "total": { "type": "integer" } } }, "elements": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "id": { "type": "integer" }, "test": { "type": "boolean" }, "referenceInfo": { "type": "object", "properties": { "organization": { "type": "object", "properties": { "name": { "type": "object", "properties": { "localized": { "type": "object", "properties": { "en_US": { "type": "string" } } }, "preferredLocale": { "type": "object", "properties": { "country": { "type": "string" }, "language": { "type": "string" } } } } }, "vanityName": { "type": "string" }, "localizedName": { "type": "string" }, "id": { "type": "integer" } } } } } } } } } }