Microsoft Graph · Schema

ratingJapanTelevisionType

TV content rating labels in Japan

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphratingjapantelevisiontype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.ratingJapanTelevisionType",
  "title": "ratingJapanTelevisionType",
  "enum": [
    "allAllowed",
    "allBlocked",
    "explicitAllowed"
  ],
  "type": "string",
  "description": "TV content rating labels in Japan",
  "x-ms-enum": {
    "name": "ratingJapanTelevisionType",
    "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": "explicitAllowed",
        "description": "All TV content is explicitly allowed",
        "name": "explicitAllowed"
      }
    ]
  }
}