Youtube · JSON Structure

Youtube Reporting Report Type Structure

Type: object Properties: 4
GoogleMediaSocialStreamingVideoVideos

ReportType is a JSON Structure definition published by Youtube, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id name systemManaged deprecateTime

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "ReportType",
  "properties": {
    "id": {
      "type": "string",
      "description": "The ID of the report type."
    },
    "name": {
      "type": "string",
      "description": "The name of the report type."
    },
    "systemManaged": {
      "type": "boolean",
      "description": "Whether the report type is system-managed."
    },
    "deprecateTime": {
      "type": "datetime",
      "description": "The date and time when the report type was deprecated."
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}