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
a6f2fe34
Commit
a6f2fe34
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
4a42147f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
software/simpledemo/instance-input-schema.json
software/simpledemo/instance-input-schema.json
+7
-1
No files found.
software/simpledemo/instance-input-schema.json
View file @
a6f2fe34
...
...
@@ -38,13 +38,19 @@
"title"
:
"Example of Simple Numeric as integer"
,
"description"
:
"Example of Simple Numeric as Interger"
,
"type"
:
"number"
,
"default"
:
1
"default"
:
1
.0
},
"simple-numeric-float"
:
{
"title"
:
"Example of Simple Numeric as float"
,
"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