Properties
| Name | Type | Description |
|---|---|---|
| actions | object | |
| created_on | object | |
| id | object | |
| modified_on | object | |
| priority | object | |
| status | object | |
| targets | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/zones_page-rule",
"title": "zones_page-rule",
"properties": {
"actions": {
"$ref": "#/components/schemas/zones_actions"
},
"created_on": {
"$ref": "#/components/schemas/zones_created_on"
},
"id": {
"$ref": "#/components/schemas/zones_schemas-identifier"
},
"modified_on": {
"$ref": "#/components/schemas/zones_schemas-modified_on"
},
"priority": {
"$ref": "#/components/schemas/zones_priority"
},
"status": {
"$ref": "#/components/schemas/zones_status"
},
"targets": {
"$ref": "#/components/schemas/zones_targets"
}
},
"required": [
"id",
"targets",
"actions",
"priority",
"status",
"modified_on",
"created_on"
],
"type": "object"
}