Properties
| Name | Type | Description |
|---|---|---|
| created_at | string | |
| currency | string | |
| id | string | |
| name | string | |
| parent_id | string | |
| raw | object | |
| timezone | string | |
| updated_at | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AdsOrganization",
"title": "AdsOrganization",
"properties": {
"created_at": {
"format": "date-time",
"type": "string"
},
"currency": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"parent_id": {
"type": "string"
},
"raw": {
"additionalProperties": true,
"type": "object"
},
"timezone": {
"type": "string"
},
"updated_at": {
"format": "date-time",
"type": "string"
}
},
"type": "object"
}