Share feedback
Answers are generated based on the documentation.

Experimental

Schema

ExactPolicyOperands

Type: object

ExactPolicyOperands contains earlier node indexes; empty Boolean groups are invalid.
nodes · required

Type: array

nodes must all precede the enclosing operator.
Array item

Type: integer

All schema constraints and annotations
{
  "type": "integer"
}
All schema constraints and annotations
{
  "description": "nodes must all precede the enclosing operator.",
  "items": {
    "type": "integer"
  },
  "maxItems": 64,
  "minItems": 1,
  "type": "array"
}
All schema constraints and annotations
{
  "description": "ExactPolicyOperands contains earlier node indexes; empty Boolean groups are invalid.",
  "properties": {
    "nodes": {
      "description": "nodes must all precede the enclosing operator.",
      "items": {
        "type": "integer"
      },
      "maxItems": 64,
      "minItems": 1,
      "type": "array"
    }
  },
  "required": [
    "nodes"
  ],
  "title": "ExactPolicyOperands",
  "type": "object"
}