Skip to content

Commit

Permalink
Adding validation check for csvy model
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvSondhi committed Apr 27, 2021
1 parent 4534f6f commit 6e78ebb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tardis/io/schemas/csvy_model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,11 @@ definitions:
abundance:
uniform:
type: object
additionalProperties: true
properties:
type:
enum:
- uniform
additionalProperties:
type: number
minimum: 0
maximum: 1

0 comments on commit 6e78ebb

Please sign in to comment.