Skip to content

Commit

Permalink
Merge pull request #280 from NASA-PDS/doc-update-for-pagination
Browse files Browse the repository at this point in the history
Update 1.4.0 unreleased specification to fix issue with `/properties`
  • Loading branch information
jordanpadams authored Feb 20, 2024
2 parents 41c5934 + 5c65b9d commit c763da3
Showing 1 changed file with 32 additions and 15 deletions.
47 changes: 32 additions & 15 deletions specs/PDS_APIs-search-1.4.0-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1350,21 +1350,22 @@ components:
content:
"*":
schema:
type: array
items:
type: object
properties:
property:
type: string
type:
type: string
enum:
- "string"
- "integer"
- "float"
- "boolean"
- "timestamp"
- "unsupported"
type: object
"*/*":
schema:
$ref: '#/components/schemas/propertiesList'
application/json:
schema:
$ref: '#/components/schemas/propertiesList'
application/xml:
schema:
$ref: '#/components/schemas/propertiesList'
text/html:
schema:
$ref: '#/components/schemas/propertiesList'
text/xml:
schema:
$ref: '#/components/schemas/propertiesList'
Singular:
description: Successful request
content:
Expand Down Expand Up @@ -1402,6 +1403,22 @@ components:
schema:
$ref: '#/components/schemas/pdsProduct'
schemas:
propertiesList:
type: array
items:
type: object
properties:
property:
type: string
type:
type: string
enum:
- "string"
- "integer"
- "float"
- "boolean"
- "timestamp"
- "unsupported"
summary:
type: object
properties:
Expand Down

0 comments on commit c763da3

Please sign in to comment.