Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
testing-slapos-schemas
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rafael Monnerat
testing-slapos-schemas
Commits
619bbd67
Commit
619bbd67
authored
May 06, 2022
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update software/simpledemo/instance-input-schema.json
parent
a6f2fe34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
13 deletions
+16
-13
software/simpledemo/instance-input-schema.json
software/simpledemo/instance-input-schema.json
+16
-13
No files found.
software/simpledemo/instance-input-schema.json
View file @
619bbd67
...
...
@@ -20,19 +20,28 @@
"simple string C"
],
"default"
:
"simple string A"
},
"simple-string-textarea"
:
{
"title"
:
"Example of Simple String with TextArea"
,
"description"
:
"Example of Simple String with TextArea"
,
"type"
:
"string"
,
"textarea"
:
true
,
"default"
:
"Simple string "
},
"simple-integer"
:
{
"title"
:
"Example of Simple Integer"
,
"description"
:
"Example of Simple Integer"
,
"type"
:
"integer"
,
"default"
:
1
},
"simple-integer-with-enum"
:
{
"title"
:
"Example of Simple Integer with enum"
,
"description"
:
"Example of Simple Integer with enum"
,
"type"
:
"integer"
,
"default"
:
1
,
"enum"
:
[
1
,
2
,
3
,
5
,
7
,
11
,
13
,
17
]
},
"simple-numeric-integer"
:
{
"title"
:
"Example of Simple Numeric as integer"
,
...
...
@@ -45,12 +54,6 @@
"description"
:
"Example of Simple Numeric as float"
,
"type"
:
"number"
,
"default"
:
1.5
},
"simple-array"
:
{
"title"
:
"Example of Simple Array"
,
"description"
:
"Example of Simple Array"
,
"type"
:
"array"
,
"default"
:
[]
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment