Skip to content

Commit

Permalink
pixi run codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Oct 5, 2023
1 parent 7c64a6c commit 8a9a804
Show file tree
Hide file tree
Showing 44 changed files with 862 additions and 862 deletions.
26 changes: 13 additions & 13 deletions docs/schema/BasinProfile.schema.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://deltares.github.io/Ribasim/schema/BasinProfile.schema.json",
"title": "BasinProfile",
"description": "A BasinProfile object based on Ribasim.BasinProfileV1",
"type": "object",
"properties": {
"remarks": {
"node_id": {
"format": "default",
"default": "",
"description": "a hack for pandera",
"type": "string"
"type": "integer"
},
"area": {
"format": "double",
"type": "number"
},
"node_id": {
"format": "default",
"type": "integer"
},
"level": {
"format": "double",
"type": "number"
},
"remarks": {
"description": "a hack for pandera",
"type": "string",
"format": "default",
"default": ""
}
},
"required": [
"node_id",
"area",
"level"
],
"$id": "https://deltares.github.io/Ribasim/schema/BasinProfile.schema.json",
"title": "BasinProfile",
"description": "A BasinProfile object based on Ribasim.BasinProfileV1",
"type": "object"
]
}
22 changes: 11 additions & 11 deletions docs/schema/BasinState.schema.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://deltares.github.io/Ribasim/schema/BasinState.schema.json",
"title": "BasinState",
"description": "A BasinState object based on Ribasim.BasinStateV1",
"type": "object",
"properties": {
"remarks": {
"format": "default",
"default": "",
"description": "a hack for pandera",
"type": "string"
},
"node_id": {
"format": "default",
"type": "integer"
},
"level": {
"format": "double",
"type": "number"
},
"remarks": {
"description": "a hack for pandera",
"type": "string",
"format": "default",
"default": ""
}
},
"required": [
"node_id",
"level"
],
"$id": "https://deltares.github.io/Ribasim/schema/BasinState.schema.json",
"title": "BasinState",
"description": "A BasinState object based on Ribasim.BasinStateV1",
"type": "object"
]
}
36 changes: 18 additions & 18 deletions docs/schema/BasinStatic.schema.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,39 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://deltares.github.io/Ribasim/schema/BasinStatic.schema.json",
"title": "BasinStatic",
"description": "A BasinStatic object based on Ribasim.BasinStaticV1",
"type": "object",
"properties": {
"remarks": {
"node_id": {
"format": "default",
"default": "",
"description": "a hack for pandera",
"type": "string"
"type": "integer"
},
"precipitation": {
"drainage": {
"format": "double",
"type": "number"
},
"infiltration": {
"potential_evaporation": {
"format": "double",
"type": "number"
},
"urban_runoff": {
"infiltration": {
"format": "double",
"type": "number"
},
"node_id": {
"format": "default",
"type": "integer"
},
"potential_evaporation": {
"precipitation": {
"format": "double",
"type": "number"
},
"drainage": {
"urban_runoff": {
"format": "double",
"type": "number"
},
"remarks": {
"description": "a hack for pandera",
"type": "string",
"format": "default",
"default": ""
}
},
"required": [
Expand All @@ -39,9 +43,5 @@
"infiltration",
"precipitation",
"urban_runoff"
],
"$id": "https://deltares.github.io/Ribasim/schema/BasinStatic.schema.json",
"title": "BasinStatic",
"description": "A BasinStatic object based on Ribasim.BasinStaticV1",
"type": "object"
]
}
36 changes: 18 additions & 18 deletions docs/schema/BasinTime.schema.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,43 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://deltares.github.io/Ribasim/schema/BasinTime.schema.json",
"title": "BasinTime",
"description": "A BasinTime object based on Ribasim.BasinTimeV1",
"type": "object",
"properties": {
"remarks": {
"node_id": {
"format": "default",
"default": "",
"description": "a hack for pandera",
"type": "string"
"type": "integer"
},
"time": {
"format": "date-time",
"type": "string"
},
"precipitation": {
"drainage": {
"format": "double",
"type": "number"
},
"infiltration": {
"potential_evaporation": {
"format": "double",
"type": "number"
},
"urban_runoff": {
"infiltration": {
"format": "double",
"type": "number"
},
"node_id": {
"format": "default",
"type": "integer"
},
"potential_evaporation": {
"precipitation": {
"format": "double",
"type": "number"
},
"drainage": {
"urban_runoff": {
"format": "double",
"type": "number"
},
"remarks": {
"description": "a hack for pandera",
"type": "string",
"format": "default",
"default": ""
}
},
"required": [
Expand All @@ -44,9 +48,5 @@
"infiltration",
"precipitation",
"urban_runoff"
],
"$id": "https://deltares.github.io/Ribasim/schema/BasinTime.schema.json",
"title": "BasinTime",
"description": "A BasinTime object based on Ribasim.BasinTimeV1",
"type": "object"
]
}
Loading

0 comments on commit 8a9a804

Please sign in to comment.