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
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
Steven Gueguen
slapos
Commits
a6f48920
Commit
a6f48920
authored
Nov 25, 2022
by
Léo-Paul Géneau
👾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/js-drone: fix missing software response
parent
0013b796
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
software/js-drone/instance-output-schema.json
software/js-drone/instance-output-schema.json
+7
-0
software/js-drone/software.cfg.json
software/js-drone/software.cfg.json
+1
-0
No files found.
software/js-drone/instance-output-schema.json
0 → 100644
View file @
a6f48920
{
"$schema"
:
"http://json-schema.org/draft-04/schema#"
,
"description"
:
"Values returned by drone swarm (default) instantiation"
,
"additionalProperties"
:
false
,
"properties"
:
{},
"type"
:
"object"
}
software/js-drone/software.cfg.json
View file @
a6f48920
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
"software-type"
:
"default"
,
"software-type"
:
"default"
,
"description"
:
"Default"
,
"description"
:
"Default"
,
"request"
:
"instance-input-schema.json"
,
"request"
:
"instance-input-schema.json"
,
"response"
:
"instance-output-schema.json"
,
"index"
:
0
"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