VideoDetails

APIs.ioEngineeringPlatform

Properties

Name Type Description
relatedVideos object
videoResult object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-videodetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VideoDetails",
  "title": "VideoDetails",
  "properties": {
    "relatedVideos": {
      "$ref": "#/components/schemas/VideosModule"
    },
    "videoResult": {
      "$ref": "#/components/schemas/VideoObject"
    }
  },
  "allOf": [
    {
      "$ref": "#/components/schemas/Response"
    }
  ]
}