Skip to content

Commit 1b9bb2e

Browse files
authored
Merge pull request OAI#1655 from OAI/earth2marsh-example
Fixes for USPTO example
2 parents a4fad4b + a02ba15 commit 1b9bb2e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/v3.0/uspto.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
openapi: 3.0.0
1+
openapi: 3.0.1
22
servers:
33
- url: '{scheme}://developer.uspto.gov/ds-api'
44
variables:
@@ -78,22 +78,22 @@ paths:
7878
parameters:
7979
- name: dataset
8080
in: path
81-
description: 'Name of the dataset. In this case, the default value is oa_citations'
81+
description: 'Name of the dataset.'
8282
required: true
83+
example: "oa_citations"
8384
schema:
8485
type: string
85-
default: oa_citations
8686
- name: version
8787
in: path
8888
description: Version of the dataset.
8989
required: true
90+
example: "v1"
9091
schema:
9192
type: string
92-
default: v1
9393
responses:
9494
'200':
9595
description: >-
96-
The dataset api for the given version is found and it is accessible
96+
The dataset API for the given version is found and it is accessible
9797
to consume.
9898
content:
9999
application/json:

0 commit comments

Comments
 (0)