diff --git a/api/TimeAddressableMediaStore.yaml b/api/TimeAddressableMediaStore.yaml index 83d1302..947093f 100644 --- a/api/TimeAddressableMediaStore.yaml +++ b/api/TimeAddressableMediaStore.yaml @@ -1024,8 +1024,8 @@ paths: description: "" content: application/json: - example: - $ref: examples/flow-tag-get-200.json + example: | + "full" schema: type: string "404": @@ -1039,8 +1039,8 @@ paths: requestBody: content: application/json: - example: - $ref: examples/flow-tag-put.json + example: | + "proxy" schema: type: string required: true @@ -1096,8 +1096,10 @@ paths: description: "" content: application/json: - example: - $ref: examples/flow-description-get-200.json + example: | + "video capture" + schema: + type: string "404": description: The requested flow does not exist. put: @@ -1109,8 +1111,8 @@ paths: requestBody: content: application/json: - example: - $ref: examples/flow-description-put.json + example: | + "Big Buck Bunny video-only capture" schema: type: string required: true diff --git a/api/examples/flow-description-get-200.json b/api/examples/flow-description-get-200.json deleted file mode 100644 index 9786f5a..0000000 --- a/api/examples/flow-description-get-200.json +++ /dev/null @@ -1 +0,0 @@ -"video capture" \ No newline at end of file diff --git a/api/examples/flow-description-put.json b/api/examples/flow-description-put.json deleted file mode 100644 index 9786f5a..0000000 --- a/api/examples/flow-description-put.json +++ /dev/null @@ -1 +0,0 @@ -"video capture" \ No newline at end of file diff --git a/api/examples/flow-tag-get-200.json b/api/examples/flow-tag-get-200.json deleted file mode 100644 index e50e502..0000000 --- a/api/examples/flow-tag-get-200.json +++ /dev/null @@ -1 +0,0 @@ -"mike" \ No newline at end of file diff --git a/api/examples/flow-tag-put.json b/api/examples/flow-tag-put.json deleted file mode 100644 index e50e502..0000000 --- a/api/examples/flow-tag-put.json +++ /dev/null @@ -1 +0,0 @@ -"mike" \ No newline at end of file