Skip to content

Commit

Permalink
Further tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
stranger80 committed Nov 2, 2020
1 parent f34935c commit 0864776
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions specs/market-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -671,8 +671,6 @@ paths:
$ref: 'common.yaml#/responses/NotFound'
408:
$ref: 'common.yaml#/responses/Timeout'
410:
$ref: 'common.yaml#/responses/Gone'
default:
$ref: 'common.yaml#/responses/UnexpectedError'

Expand Down Expand Up @@ -949,9 +947,6 @@ components:
- properties
- constraints
properties:
timestamp:
type: string
format: date-time
properties:
description: >
The object which includes all the Demand/Offer properties.
Expand Down Expand Up @@ -993,6 +988,9 @@ components:
- $ref: '#/components/schemas/DemandOfferBase'
- type: object
properties:
timestamp:
type: string
format: date-time
demandId:
type: string
readOnly: true
Expand All @@ -1008,6 +1006,9 @@ components:
- $ref: '#/components/schemas/DemandOfferBase'
- type: object
properties:
timestamp:
type: string
format: date-time
offerId:
type: string
readOnly: true
Expand All @@ -1023,6 +1024,9 @@ components:
- $ref: '#/components/schemas/DemandOfferBase'
- type: object
properties:
timestamp:
type: string
format: date-time
proposalId:
type: string
readOnly: true
Expand Down Expand Up @@ -1079,6 +1083,9 @@ components:
- validTo
- state
properties:
timestamp:
type: string
format: date-time
agreementId:
type: string
demand:
Expand Down

0 comments on commit 0864776

Please sign in to comment.