AMWA-TV/is-11

Media type only handles audio case

cristian-recoseanu opened this issue · 2 comments

https://github.com/AMWA-TV/nmos-sink-metadata-processing/blob/28ceea56dbb72ed6d9b5943d4a5322864b4ca8ca/APIs/schemas/media_profile.json#L105

We need to revise the schema with regards to "media_type" as the current one only handles audio cases.

Here are some links from IS-04 schemas:
flow_video_raw
flow_video_coded
flow_sdianc_data

I believe we might need to have different variants of the media_profile schema.

I think, it's a good idea to split the schema into multiple partial ones and leave oneOf in media_profile itself if you meant this.

I fixed it in #16. Take a look please.