Skip to content

Commit

Permalink
Merge pull request #1655 from OAI/earth2marsh-example
Browse files Browse the repository at this point in the history
Fixes for USPTO example
  • Loading branch information
darrelmiller authored Aug 12, 2018
2 parents a4fad4b + a02ba15 commit 1b9bb2e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/v3.0/uspto.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
openapi: 3.0.0
openapi: 3.0.1
servers:
- url: '{scheme}://developer.uspto.gov/ds-api'
variables:
Expand Down Expand Up @@ -78,22 +78,22 @@ paths:
parameters:
- name: dataset
in: path
description: 'Name of the dataset. In this case, the default value is oa_citations'
description: 'Name of the dataset.'
required: true
example: "oa_citations"
schema:
type: string
default: oa_citations
- name: version
in: path
description: Version of the dataset.
required: true
example: "v1"
schema:
type: string
default: v1
responses:
'200':
description: >-
The dataset api for the given version is found and it is accessible
The dataset API for the given version is found and it is accessible
to consume.
content:
application/json:
Expand Down

0 comments on commit 1b9bb2e

Please sign in to comment.