Skip to content

Commit

Permalink
Rename flowformat spec component to contentformat
Browse files Browse the repository at this point in the history
given that it is used in both Flows and Sources.
  • Loading branch information
philipnbbc committed Jul 18, 2024
1 parent df59ac4 commit 3fc05d3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions api/TimeAddressableMediaStore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ paths:
in: query
description: Filter on source format.
schema:
$ref: '#/components/schemas/flowformat'
$ref: '#/components/schemas/contentformat'
- $ref: '#/components/parameters/trait_resource_paged_key'
- $ref: '#/components/parameters/trait_paged_limit'
responses:
Expand Down Expand Up @@ -618,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.
Expand Down Expand Up @@ -686,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.
Expand Down Expand Up @@ -1764,9 +1764,9 @@ 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
Expand Down

0 comments on commit 3fc05d3

Please sign in to comment.