OS
Oleh Skalozub
Video Display Page - Copy this React, Tailwind Component to your project
Page for video with folowng object VideoResponse: type: object required: video branches timing count properties: video: $ref: "#/components/schemas/Video" count: type: integer format: int64 description: all branches count example: 10 branches: type: array items: $ref: "#/components/schemas/Branch" timing: type: array format: time items: $ref: "#/components/schemas/Timing" Timing: type: object properties: id: type: "string" example: "03cf1dcd c29a 40cb a1ac b1319aecd7e8" readOnly: true time: type: "string" pattern: "/([0 9]{0,2}):{0,1}([0 9]{2}):([0 9]{2})/" example: "00:33" timing_description: type: "string" example: "How to cure arthritis"
Prompt
