Share feedback
Answers are generated based on the documentation.

Schema

ScopePatch

Type: object

Per-sub-field patch of a policy's scope. An omitted sub-field is left unchanged; a present list replaces that dimension, and an empty list clears it (making the policy org-wide for that dimension).
teams

Type: array

Array item

Type: string

All schema constraints and annotations
{
  "type": "string"
}
All schema constraints and annotations
{
  "examples": [
    [
      "d290f1ee-6c54-4b01-90e6-d701748f0851"
    ]
  ],
  "items": {
    "type": "string"
  },
  "type": "array"
}
All schema constraints and annotations
{
  "description": "Per-sub-field patch of a policy's scope. An omitted sub-field is left unchanged; a present list replaces that dimension, and an empty list clears it (making the policy org-wide for that dimension).\n",
  "properties": {
    "teams": {
      "examples": [
        [
          "d290f1ee-6c54-4b01-90e6-d701748f0851"
        ]
      ],
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}