diff --git a/api/TimeAddressableMediaStore.yaml b/api/TimeAddressableMediaStore.yaml index 427d77b..1aa28ee 100644 --- a/api/TimeAddressableMediaStore.yaml +++ b/api/TimeAddressableMediaStore.yaml @@ -270,6 +270,11 @@ paths: is performed. schema: type: boolean + - name: format + in: query + description: Filter on source format. + schema: + $ref: '#/components/schemas/contentformat' - $ref: '#/components/parameters/trait_resource_paged_key' - $ref: '#/components/parameters/trait_paged_limit' responses: @@ -613,7 +618,7 @@ paths: in: query description: Filter on flow format. schema: - $ref: '#/components/schemas/flowformat' + $ref: '#/components/schemas/contentformat' - name: codec in: query description: Filter on flow codec. @@ -681,7 +686,7 @@ paths: in: query description: Filter on flow format. schema: - $ref: '#/components/schemas/flowformat' + $ref: '#/components/schemas/contentformat' - name: codec in: query description: Filter on flow codec. @@ -1759,13 +1764,14 @@ components: title: UUID pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$ type: string - flowformat: - title: Flow Format - description: identifies the flow format using a URN string. + contentformat: + title: Content Format + description: Identifies the content format for a flow or source using a URN string. enum: - urn:x-nmos:format:video - urn:x-nmos:format:audio - urn:x-nmos:format:data + - urn:x-nmos:format:multi type: string mimetype: title: MIME Type