Share feedback
Answers are generated based on the documentation.

Schema

orgSettings

Type: object

restricted_images

Schema: restricted_images

All schema constraints and annotations
{
  "examples": [
    {
      "restricted_images": {
        "allow_official_images": true,
        "allow_verified_publishers": true,
        "enabled": true
      }
    }
  ],
  "properties": {
    "restricted_images": {
      "$ref": "#/components/schemas/restricted_images"
    }
  },
  "type": "object"
}