Microsoft Graph · Schema

ratingUnitedKingdomTelevisionType

TV content rating labels in United Kingdom

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphratingunitedkingdomtelevisiontype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.ratingUnitedKingdomTelevisionType",
  "title": "ratingUnitedKingdomTelevisionType",
  "enum": [
    "allAllowed",
    "allBlocked",
    "caution"
  ],
  "type": "string",
  "description": "TV content rating labels in United Kingdom",
  "x-ms-enum": {
    "name": "ratingUnitedKingdomTelevisionType",
    "modelAsString": false,
    "values": [
      {
        "value": "allAllowed",
        "description": "Default value, allow all TV shows content",
        "name": "allAllowed"
      },
      {
        "value": "allBlocked",
        "description": "Do not allow any TV shows content",
        "name": "allBlocked"
      },
      {
        "value": "caution",
        "description": "Allowing TV contents with a warning message",
        "name": "caution"
      }
    ]
  }
}