Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
106
Merge Requests
106
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
23c55175
Commit
23c55175
authored
Oct 30, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
3de2bf03
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
220 deletions
+0
-220
software/ors-amarisoft/k/tcell.cfg
software/ors-amarisoft/k/tcell.cfg
+0
-1
software/ors-amarisoft/k/tcell.cfg.json
software/ors-amarisoft/k/tcell.cfg.json
+0
-15
software/ors-amarisoft/k/tru.cfg
software/ors-amarisoft/k/tru.cfg
+0
-1
software/ors-amarisoft/k/tru.cfg.json
software/ors-amarisoft/k/tru.cfg.json
+0
-15
software/ors-amarisoft/k/x/instance-input-schema.json
software/ors-amarisoft/k/x/instance-input-schema.json
+0
-174
software/ors-amarisoft/k/x/software.cfg
software/ors-amarisoft/k/x/software.cfg
+0
-0
software/ors-amarisoft/k/x/software.cfg.json
software/ors-amarisoft/k/x/software.cfg.json
+0
-14
No files found.
software/ors-amarisoft/k/tcell.cfg
deleted
100644 → 0
View file @
3de2bf03
# stub software.cfg to test cell json-schema
software/ors-amarisoft/k/tcell.cfg.json
deleted
100644 → 0
View file @
3de2bf03
{
"name"
:
"Cell"
,
"description"
:
"Cell configuration for Amarisoft/ORS"
,
"serialisation"
:
"json-in-xml"
,
"software-type"
:
{
"cell"
:
{
"title"
:
"Cell"
,
"description"
:
"Cell configuration"
,
"serialisation"
:
"json-in-xml"
,
"request"
:
"../cell/input-schema.json"
,
"response"
:
"XXX"
,
"index"
:
0
}
}
}
software/ors-amarisoft/k/tru.cfg
deleted
100644 → 0
View file @
3de2bf03
# stub software.cfg to test RU json-schema
software/ors-amarisoft/k/tru.cfg.json
deleted
100644 → 0
View file @
3de2bf03
{
"name"
:
"Radio Unit"
,
"description"
:
"Radio Unit configuration for Amarisoft/ORS"
,
"serialisation"
:
"json-in-xml"
,
"software-type"
:
{
"ru"
:
{
"title"
:
"RU"
,
"description"
:
"RU configuration"
,
"serialisation"
:
"json-in-xml"
,
"request"
:
"../ru/input-schema.json"
,
"response"
:
"XXX"
,
"index"
:
0
}
}
}
software/ors-amarisoft/k/x/instance-input-schema.json
deleted
100644 → 0
View file @
3de2bf03
{
"$schema"
:
"http://json-schema.org/draft-07/schema#"
,
"type"
:
"object"
,
"description"
:
"Sample paremeters for a Simple Demo"
,
"properties"
:
{
"simple-string"
:
{
"title"
:
"Example of Simple String"
,
"description"
:
"Example of Simple String"
,
"type"
:
"string"
,
"default"
:
"Simple string "
},
"simple-string-with-enum"
:
{
"title"
:
"Example of Simple String with enum"
,
"description"
:
"Example of Simple String with enum"
,
"type"
:
"string"
,
"enum"
:
[
"simple string A"
,
"simple string B"
,
"simple string C"
],
"default"
:
"simple string A"
},
"simple-boolean"
:
{
"title"
:
"Example of Simple String"
,
"description"
:
"Example of Simple String"
,
"type"
:
"boolean"
,
"default"
:
true
},
"simple-string-with-text-area"
:
{
"title"
:
"Example of Simple String with textarea"
,
"description"
:
"Example of Simple String with text area"
,
"type"
:
"string"
,
"default"
:
"Simple string"
,
"textarea"
:
true
},
"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"
,
"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
]
},
"simple-array-of-string"
:
{
"title"
:
"Example of Simple array of String"
,
"description"
:
"Example of Array of String"
,
"type"
:
"array"
,
"items"
:
{
"type"
:
"string"
}
},
"simple-array-of-integer"
:
{
"title"
:
"Example of Simple array of Integer"
,
"description"
:
"Example of Array of Interger"
,
"type"
:
"array"
,
"items"
:
{
"type"
:
"integer"
}
},
"simple-array-of-number"
:
{
"title"
:
"Example of Simple array of Numbers"
,
"description"
:
"Example of Array of Numbers"
,
"type"
:
"array"
,
"items"
:
{
"type"
:
"number"
}
},
"simple-object"
:
{
"title"
:
"Example of Single Object"
,
"description"
:
"Example of Single Object"
,
"type"
:
"object"
,
"properties"
:
{
"sample-object-string"
:
{
"title"
:
"Example of Simple String on an object"
,
"description"
:
"Example of Simple String"
,
"type"
:
"string"
,
"default"
:
"Simple string "
},
"simple-object-with-integer"
:
{
"title"
:
"Example of Simple Integer"
,
"description"
:
"Example of Simple Integer"
,
"type"
:
"integer"
,
"default"
:
1
},
"simple-object-with-integer-with-enum"
:
{
"title"
:
"Example of Simple Integer with enum"
,
"description"
:
"Example of Simple Integer with enum"
,
"type"
:
"integer"
,
"default"
:
1
,
"enum"
:
[
1
,
2
]
}
}
},
"simple-object-dict"
:
{
"title"
:
"Example of multi objects as a Dict"
,
"description"
:
"Example of multi objects as a Dict"
,
"type"
:
"object"
,
"patternProperties"
:
{
".*"
:
{
"properties"
:
{
"simple-object-dict-string-example"
:
{
"title"
:
"Example of the String as part of Object"
,
"description"
:
"Example of the String as part of Object"
,
"type"
:
"string"
,
"default"
:
""
},
"simple-object-dict-string-with-enum"
:
{
"title"
:
"Example of the String as part of Object with Enum"
,
"description"
:
"Example of the String as part of Object with Enum"
,
"type"
:
"string"
,
"default"
:
"String Sample A"
,
"enum"
:
[
"String Sample A"
,
"String Sample B"
]
}
}
}
}
}
}
}
software/ors-amarisoft/k/x/software.cfg
deleted
100644 → 0
View file @
3de2bf03
software/ors-amarisoft/k/x/software.cfg.json
deleted
100644 → 0
View file @
3de2bf03
{
"name"
:
"Simple Demo"
,
"description"
:
"Demo Simple"
,
"serialisation"
:
"json-in-xml"
,
"software-type"
:
{
"default"
:
{
"title"
:
"Default S"
,
"description"
:
"Default reference parameters"
,
"request"
:
"../../instance-core-network-input-schema.json"
,
"response"
:
"XXX"
,
"index"
:
0
}
}
}
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