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
d05d31bf
Commit
d05d31bf
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
619bbd67
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
software/simpledemo/instance-input-schema.json
software/simpledemo/instance-input-schema.json
+28
-0
No files found.
software/simpledemo/instance-input-schema.json
View file @
d05d31bf
...
...
@@ -48,12 +48,40 @@
"description"
:
"Example of Simple Numeric as Interger"
,
"type"
:
"number"
,
"default"
:
1.0
},
"simple-numeric-integer-enum"
:
{
"title"
:
"Example of Simple Numeric as integer"
,
"description"
:
"Example of Simple Numeric as Interger"
,
"type"
:
"number"
,
"default"
:
1.0
,
"enum"
:
[
1.0
,
2.0
,
3.0
,
5.0
,
7.0
,
11.0
,
13.0
,
17.0
]
},
"simple-numeric-float"
:
{
"title"
:
"Example of Simple Numeric as float"
,
"description"
:
"Example of Simple Numeric as float"
,
"type"
:
"number"
,
"default"
:
1.5
},
"simple-numeric-float-enum"
:
{
"title"
:
"Example of Simple Numeric as float"
,
"description"
:
"Example of Simple Numeric as float"
,
"type"
:
"number"
,
"default"
:
1.5
,
"enum"
:
[
0.25
,
0.75
,
1.25
,
1.5
]
}
}
}
...
...
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