Properties
| Name | Type | Description |
|---|---|---|
| created_on | object | |
| description | object | |
| id | object | |
| kind | object | |
| modified_on | object | |
| name | object | |
| num_items | object | |
| num_referencing_filters | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/lists_list",
"title": "lists_list",
"properties": {
"created_on": {
"$ref": "#/components/schemas/lists_created_on"
},
"description": {
"$ref": "#/components/schemas/lists_description"
},
"id": {
"$ref": "#/components/schemas/lists_list_id"
},
"kind": {
"$ref": "#/components/schemas/lists_kind"
},
"modified_on": {
"$ref": "#/components/schemas/lists_modified_on"
},
"name": {
"$ref": "#/components/schemas/lists_name"
},
"num_items": {
"$ref": "#/components/schemas/lists_num_items"
},
"num_referencing_filters": {
"$ref": "#/components/schemas/lists_num_referencing_filters"
}
},
"type": "object"
}