Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Feb 9, 2024
2 parents 4e8f416 + 001334d commit 01baaa3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
"type": "boolean",
"description": "IsArray indicates if the variable is an array.\nCan also be indicated by the type, e.g. \"string[]\"."
},
"multiline": {
"type": "boolean",
"description": "Multiline indicates if the variable is a multiline string.\nOnly applicable to text types."
},
"description": {
"type": "string",
"description": "Description is a description of the variable."
Expand Down

0 comments on commit 01baaa3

Please sign in to comment.