RegisterCuePointsCommandSchema: {
    $schema: string;
    additionalProperties: boolean;
    description: string;
    properties: {
        cue_points: {
            additionalItems: boolean;
            description: string;
            items: {
                additionalProperties: boolean;
                properties: {
                    cue_point_type: {
                        description: string;
                        title: string;
                        type: string;
                    };
                    time_in_seconds: {
                        description: string;
                        title: string;
                        type: string;
                    };
                    value: {
                        description: string;
                        title: string;
                        type: string;
                    };
                };
                required: string[];
                title: string;
                type: string;
                uniqueItems: boolean;
            };
            minItems: number;
            type: string;
        };
        remove_missing: {
            description: string;
            type: string;
        };
        skip_validation: {
            description: string;
            type: string;
        };
        video_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
    };
    required: string[];
    title: string;
    type: string;
} = RegisterCuePointsCommand

Type declaration

  • $schema: string
  • additionalProperties: boolean
  • description: string
  • properties: {
        cue_points: {
            additionalItems: boolean;
            description: string;
            items: {
                additionalProperties: boolean;
                properties: {
                    cue_point_type: {
                        description: string;
                        title: string;
                        type: string;
                    };
                    time_in_seconds: {
                        description: string;
                        title: string;
                        type: string;
                    };
                    value: {
                        description: string;
                        title: string;
                        type: string;
                    };
                };
                required: string[];
                title: string;
                type: string;
                uniqueItems: boolean;
            };
            minItems: number;
            type: string;
        };
        remove_missing: {
            description: string;
            type: string;
        };
        skip_validation: {
            description: string;
            type: string;
        };
        video_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
    }
    • cue_points: {
          additionalItems: boolean;
          description: string;
          items: {
              additionalProperties: boolean;
              properties: {
                  cue_point_type: {
                      description: string;
                      title: string;
                      type: string;
                  };
                  time_in_seconds: {
                      description: string;
                      title: string;
                      type: string;
                  };
                  value: {
                      description: string;
                      title: string;
                      type: string;
                  };
              };
              required: string[];
              title: string;
              type: string;
              uniqueItems: boolean;
          };
          minItems: number;
          type: string;
      }
      • additionalItems: boolean
      • description: string
      • items: {
            additionalProperties: boolean;
            properties: {
                cue_point_type: {
                    description: string;
                    title: string;
                    type: string;
                };
                time_in_seconds: {
                    description: string;
                    title: string;
                    type: string;
                };
                value: {
                    description: string;
                    title: string;
                    type: string;
                };
            };
            required: string[];
            title: string;
            type: string;
            uniqueItems: boolean;
        }
        • additionalProperties: boolean
        • properties: {
              cue_point_type: {
                  description: string;
                  title: string;
                  type: string;
              };
              time_in_seconds: {
                  description: string;
                  title: string;
                  type: string;
              };
              value: {
                  description: string;
                  title: string;
                  type: string;
              };
          }
          • cue_point_type: {
                description: string;
                title: string;
                type: string;
            }
            • description: string
            • title: string
            • type: string
          • time_in_seconds: {
                description: string;
                title: string;
                type: string;
            }
            • description: string
            • title: string
            • type: string
          • value: {
                description: string;
                title: string;
                type: string;
            }
            • description: string
            • title: string
            • type: string
        • required: string[]
        • title: string
        • type: string
        • uniqueItems: boolean
      • minItems: number
      • type: string
    • remove_missing: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
    • skip_validation: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
    • video_id: {
          description: string;
          format: string;
          maxLength: number;
          minLength: number;
          type: string;
      }
      • description: string
      • format: string
      • maxLength: number
      • minLength: number
      • type: string
  • required: string[]
  • title: string
  • type: string

Generated using TypeDoc