Skip to content

Commit

Permalink
fix(oas): invalid device schema
Browse files Browse the repository at this point in the history
  • Loading branch information
TimVosch committed Aug 26, 2024
1 parent 8198564 commit 737290e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tools/openapi/schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ device:
- code
- state
- description
- organisation
- tenant_id
- properties
- sensors
- created_at
Expand All @@ -97,9 +97,10 @@ device:
description:
type: string
example: Grasfield pipe 24
organisation:
type: string
example: provincie_zeeland
tenant_id:
type: integer
format: int64
example: 1
properties:
type: object
example:
Expand Down

0 comments on commit 737290e

Please sign in to comment.