Skip to content

Commit 5ae9af7

Browse files
some fixes
1 parent 006ed40 commit 5ae9af7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ clean:
2929
publish: clean copy-examples
3030
mkdir -p build
3131
npm run publish 2> /dev/null
32-
# poetry run python scripts/validate_oas_examples.py
32+
poetry run python scripts/validate_oas_examples.py
3333

3434
copy-examples:
3535
scripts/copy_examples_from_sandbox.sh

specification/components/r4/schemas/responses/retrieveBinary/307Response.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: Response redirects user agent to the large file attachment URL in the Object Store via the Location header.
1+
description: Response redirects user agent to a location (via the Location header) in the object store from which the Binary can be downloaded from.
22
headers:
33
x-correlation-id:
44
$ref: '../../headers/response/CorrelationID.yaml'
@@ -9,4 +9,3 @@ headers:
99
required: true
1010
schema:
1111
type: string
12-
example: 'TODO Do we want to provide an example?'

0 commit comments

Comments
 (0)