Skip to content

Commit

Permalink
Update specification
Browse files Browse the repository at this point in the history
  • Loading branch information
sevanspowell committed May 13, 2021
1 parent 83866da commit 24b0f82
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/api/0.1.0.0/openapi.yaml
Expand Up @@ -211,6 +211,16 @@ components:
minLength: 2
maxLength: 5
example: "QUID"
decimals:
allOf:
- $ref: '#/components/schemas/GenericProperty'
- type: object
properties:
value:
type: number
minimum: 0
maximum: 255
example: 1
logo:
allOf:
- $ref: '#/components/schemas/GenericProperty'
Expand Down

0 comments on commit 24b0f82

Please sign in to comment.