Skip to content

Commit

Permalink
update output
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhei committed Feb 13, 2024
1 parent 005253a commit 9598441
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/gwb-dat/world_builder_declarations.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"type": "string",
"documentation": "The major and minor version number for which the input file was written."
},
"$schema": {
"default value": "",
"type": "string",
"documentation": "The optional filename or https address to a JSON schema file"
},
"cross section": {
"type": "array",
"minItems": 2,
Expand Down
8 changes: 8 additions & 0 deletions tests/gwb-dat/world_builder_declarations_closed.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
- **documentation**:The major and minor version number for which the input file was written.
::::::::::::::::::::::::

::::::::::::::::::::::::{dropdown} /$schema
:name: closed_$schema

- **default value**:
- **type**:string
- **documentation**:The optional filename or https address to a JSON schema file
::::::::::::::::::::::::

::::::::::::::::::::::::{dropdown} /cross section
:name: closed_cross-section

Expand Down
9 changes: 9 additions & 0 deletions tests/gwb-dat/world_builder_declarations_open.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
- **documentation**:The major and minor version number for which the input file was written.
::::::::::::::::::::::::

::::::::::::::::::::::::{dropdown} /$schema
:open:
:name: open_$schema

- **default value**:
- **type**:string
- **documentation**:The optional filename or https address to a JSON schema file
::::::::::::::::::::::::

::::::::::::::::::::::::{dropdown} /cross section
:open:
:name: open_cross-section
Expand Down

0 comments on commit 9598441

Please sign in to comment.