refactor: remove descriptions from YAML files for clarity

This commit is contained in:
JasonLandbridge
2025-06-08 14:14:01 +02:00
parent 8c1ba403db
commit 22a42d0230
79 changed files with 76 additions and 155 deletions

View File

@@ -1,7 +1,6 @@
type: object
required:
- aspectRatio
description: "Aspect ratio of the video."
properties:
aspectRatio:
type: number

View File

@@ -1,7 +1,6 @@
type: object
required:
- audioChannels
description: "Number of audio channels."
properties:
audioChannels:
type: integer

View File

@@ -1,9 +1,8 @@
type: object
required:
- audioCodec
description: "Audio codec used."
properties:
audioCodec:
type: string
description: "Audio codec used."
example: "eac3"
example: "aac"

View File

@@ -1,7 +1,6 @@
type: object
required:
- audioProfile
description: "The audio profile used for the media."
properties:
audioProfile:
type: string

View File

@@ -1,7 +1,6 @@
type: object
required:
- bitrate
description: "Bitrate in bits per second."
properties:
bitrate:
type: integer

View File

@@ -1,9 +1,8 @@
type: object
required:
- container
description: "File container type."
properties:
container:
type: string
description: "File container type."
example: "mkv"
description: "Container format of the media."
example: "mp4"

View File

@@ -1,7 +1,6 @@
type: object
required:
- displayOffset
description: "Display offset value."
properties:
displayOffset:
type: integer

View File

@@ -1,7 +1,6 @@
type: object
required:
- duration
description: "Duration of the media in milliseconds."
properties:
duration:
type: integer

View File

@@ -1,7 +1,6 @@
type: object
required:
- has64bitOffsets
description: "Indicates whether the media has 64-bit offsets."
properties:
has64bitOffsets:
type: boolean

View File

@@ -1,7 +1,6 @@
type: object
required:
- hasVoiceActivity
description: "Indicates whether voice activity is detected."
properties:
hasVoiceActivity:
type: boolean

View File

@@ -1,7 +1,6 @@
type: object
required:
- height
description: "Video height in pixels."
properties:
height:
type: integer

View File

@@ -1,7 +1,6 @@
type: object
required:
- id
description: "Unique media identifier."
properties:
id:
type: integer

View File

@@ -1,7 +1,6 @@
type: object
required:
- optimizedForStreaming
description: "Has this media been optimized for streaming."
properties:
optimizedForStreaming:
description: "Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true"

View File

@@ -1,7 +1,6 @@
type: object
required:
- accessible
description: "Indicates if the part is accessible."
properties:
accessible:
type: boolean

View File

@@ -1,7 +1,6 @@
type: object
required:
- audioProfile
description: "The audio profile used for the media."
properties:
audioProfile:
type: string

View File

@@ -1,7 +1,6 @@
type: object
required:
- container
description: "Container format of the part."
properties:
container:
type: string

View File

@@ -1,7 +1,6 @@
type: object
required:
- duration
description: "Duration of the part in milliseconds."
properties:
duration:
type: integer

View File

@@ -1,7 +1,6 @@
type: object
required:
- file
description: "File path for the part."
properties:
file:
type: string

View File

@@ -1,7 +1,6 @@
type: object
required:
- has64bitOffsets
description: "Indicates whether the part has 64-bit offsets."
properties:
has64bitOffsets:
type: boolean

View File

@@ -1,7 +1,6 @@
type: object
required:
- hasThumbnail
description: "Indicates if the part has a thumbnail."
properties:
hasThumbnail:
allOf:

View File

@@ -1,7 +1,6 @@
type: object
required:
- id
description: "Unique part identifier."
properties:
id:
type: integer

View File

@@ -1,7 +1,6 @@
type: object
required:
- indexes
description: "Indexes for the part."
properties:
indexes:
type: string

View File

@@ -1,7 +1,6 @@
type: object
required:
- key
description: "Key to access this part."
properties:
key:
type: string

View File

@@ -1,7 +1,6 @@
type: object
required:
- optimizedForStreaming
description: "Has this part been optimized for streaming."
properties:
optimizedForStreaming:
description: "Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true"

View File

@@ -1,7 +1,6 @@
type: object
required:
- packetLength
description: "Packet length for the part."
properties:
packetLength:
type: integer

View File

@@ -1,7 +1,6 @@
type: object
required:
- size
description: "File size in bytes."
properties:
size:
description: "File size in bytes."

View File

@@ -1,5 +1,4 @@
type: object
description: "Audio channel layout information."
properties:
audioChannelLayout:
type: string

View File

@@ -1,5 +1,4 @@
type: object
description: "Bit depth information."
properties:
bitDepth:
type: integer

View File

@@ -1,5 +1,4 @@
type: object
description: "Stream bitrate information."
properties:
bitrate:
type: integer

View File

@@ -1,5 +1,4 @@
type: object
description: "Audio channels information."
properties:
channels:
type: integer

View File

@@ -1,5 +1,4 @@
type: object
description: "Chroma location information."
properties:
chromaLocation:
type: string

View File

@@ -1,5 +1,4 @@
type: object
description: "Chroma subsampling information."
properties:
chromaSubsampling:
type: string

View File

@@ -1,5 +1,4 @@
type: object
description: "Closed captions information."
properties:
closedCaptions:
type: boolean

View File

@@ -1,5 +1,4 @@
type: object
description: "Codec information."
properties:
codec:
type: string

View File

@@ -1,5 +1,4 @@
type: object
description: "Coded height information."
properties:
codedHeight:
type: integer

View File

@@ -1,5 +1,4 @@
type: object
description: "Coded width information."
properties:
codedWidth:
type: integer

View File

@@ -1,5 +1,4 @@
type: object
description: "Color primaries information."
properties:
colorPrimaries:
type: string

View File

@@ -1,5 +1,4 @@
type: object
description: "Color range information."
properties:
colorRange:
type: string

View File

@@ -1,5 +1,4 @@
type: object
description: "Color space information."
properties:
colorSpace:
type: string

View File

@@ -1,5 +1,4 @@
type: object
description: "Color transfer characteristics information."
properties:
colorTrc:
type: string

View File

@@ -1,5 +1,4 @@
type: object
description: "Default stream indicator."
properties:
default:
type: boolean

View File

@@ -1,5 +1,4 @@
type: object
description: "Display title information."
properties:
displayTitle:
type: string

View File

@@ -1,5 +1,4 @@
type: object
description: "Dolby Vision BL compatibility ID information."
properties:
DOVIBLCompatID:
type: integer

View File

@@ -1,5 +1,4 @@
type: object
description: "Dolby Vision BL presence information."
properties:
DOVIBLPresent:
type: boolean

View File

@@ -1,5 +1,4 @@
type: object
description: "Dolby Vision EL presence information."
properties:
DOVIELPresent:
type: boolean

View File

@@ -1,5 +1,4 @@
type: object
description: "Dolby Vision level information."
properties:
DOVILevel:
type: integer

View File

@@ -1,5 +1,4 @@
type: object
description: "Dolby Vision presence information."
properties:
DOVIPresent:
type: boolean

View File

@@ -1,5 +1,4 @@
type: object
description: "Dolby Vision profile information."
properties:
DOVIProfile:
type: integer

View File

@@ -1,5 +1,4 @@
type: object
description: "Dolby Vision RPU presence information."
properties:
DOVIRPUPresent:
type: boolean

View File

@@ -1,5 +1,4 @@
type: object
description: "Dolby Vision version information."
properties:
DOVIVersion:
type: string

View File

@@ -1,5 +1,4 @@
type: object
description: "Dub information."
properties:
dub:
type: boolean

View File

@@ -1,5 +1,4 @@
type: object
description: "Embedded in video information."
properties:
embeddedInVideo:
type: string

View File

@@ -1,5 +1,4 @@
type: object
description: "Extended display title information."
properties:
extendedDisplayTitle:
type: string

View File

@@ -1,5 +1,4 @@
type: object
description: "Forced stream information."
properties:
forced:
type: boolean

View File

@@ -1,5 +1,4 @@
type: object
description: "Format of the stream."
properties:
format:
type: string

View File

@@ -1,5 +1,4 @@
type: object
description: "Frame rate information."
properties:
frameRate:
type: number

View File

@@ -1,5 +1,4 @@
type: object
description: "Scaling matrix information."
properties:
hasScalingMatrix:
type: boolean

View File

@@ -1,5 +1,4 @@
type: object
description: "Header compression information."
properties:
headerCompression:
type: boolean

View File

@@ -1,5 +1,4 @@
type: object
description: "Stream height information."
properties:
height:
type: integer

View File

@@ -1,5 +1,4 @@
type: object
description: "Unique stream identifier."
properties:
id:
type: integer

View File

@@ -1,5 +1,4 @@
type: object
description: "Stream index information."
properties:
index:
type: integer

View File

@@ -1,5 +1,4 @@
type: object
description: "Stream key information."
properties:
key:
type: string

View File

@@ -1,5 +1,4 @@
type: object
description: "Stream language code information."
properties:
languageCode:
type: string

View File

@@ -1,5 +1,4 @@
type: object
description: "Stream language tag information."
properties:
languageTag:
type: string

View File

@@ -1,5 +1,4 @@
type: object
description: "Stream language information."
properties:
language:
type: string

View File

@@ -1,5 +1,4 @@
type: object
description: "Video level information."
properties:
level:
type: integer

View File

@@ -1,5 +1,4 @@
type: object
description: "Original stream information."
properties:
original:
type: boolean

View File

@@ -1,5 +1,4 @@
type: object
description: "Video profile information."
properties:
profile:
type: string

View File

@@ -1,5 +1,4 @@
type: object
description: "Reference frames information."
properties:
refFrames:
type: integer

View File

@@ -1,5 +1,4 @@
type: object
description: "Sampling rate information."
properties:
samplingRate:
type: integer

View File

@@ -1,5 +1,4 @@
type: object
description: "Scan type information."
properties:
scanType:
type: string

View File

@@ -1,5 +1,4 @@
type: object
description: "Stream selection information."
properties:
selected:
type: boolean

View File

@@ -1,5 +1,4 @@
type: object
description: "Stream type definition."
properties:
streamType:
type: integer

View File

@@ -1,5 +1,4 @@
type: object
description: "Stream width information."
properties:
width:
type: integer

View File

@@ -1,7 +1,6 @@
type: object
required:
- videoCodec
description: "Video codec used."
properties:
videoCodec:
type: string

View File

@@ -1,7 +1,6 @@
type: object
required:
- videoFrameRate
description: "Frame rate of the video."
properties:
videoFrameRate:
type: string

View File

@@ -1,7 +1,6 @@
type: object
required:
- videoProfile
description: "Video profile (e.g., main 10)."
properties:
videoProfile:
type: string

View File

@@ -1,7 +1,6 @@
type: object
required:
- videoResolution
description: "Video resolution (e.g., 4k)."
properties:
videoResolution:
type: string

View File

@@ -1,7 +1,6 @@
type: object
required:
- width
description: "Video width in pixels."
properties:
width:
type: integer