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
Léo-Paul Géneau
slapos
Commits
6908cfa8
Commit
6908cfa8
authored
May 19, 2023
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
galene: fix json schema tests
parent
464443e6
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
48 additions
and
6 deletions
+48
-6
software/galene/instance-default-output-schema.json
software/galene/instance-default-output-schema.json
+19
-0
software/galene/instance-ptt-default-input-schema.json
software/galene/instance-ptt-default-input-schema.json
+4
-4
software/galene/instance-ptt-default-output-schema.json
software/galene/instance-ptt-default-output-schema.json
+23
-0
software/galene/software-ptt.cfg.json
software/galene/software-ptt.cfg.json
+1
-1
software/galene/software.cfg.json
software/galene/software.cfg.json
+1
-1
No files found.
software/galene/instance-default-output-schema.json
0 → 100644
View file @
6908cfa8
{
"$schema"
:
"http://json-schema.org/draft-04/schema#"
,
"description"
:
"Values returned by galene"
,
"properties"
:
{
"url"
:
{
"description"
:
"IPv6 url of galene"
,
"type"
:
"string"
},
"admin-user"
:
{
"description"
:
"Admin username"
,
"type"
:
"string"
},
"admin-password"
:
{
"description"
:
"Admin password"
,
"type"
:
"string"
}
},
"type"
:
"object"
}
software/galene/instance-ptt-default-input-schema.json
View file @
6908cfa8
...
...
@@ -16,10 +16,10 @@
"default"
:
true
},
"dns_sr_url"
:
{
"default"
:
""
,
"title"
:
"DNS SR URL"
,
"description"
:
"URL of the SR running the DNS server"
,
"type"
:
"string"
"default"
:
""
,
"title"
:
"DNS SR URL"
,
"description"
:
"URL of the SR running the DNS server"
,
"type"
:
"string"
}
}
}
software/galene/instance-ptt-default-output-schema.json
0 → 100644
View file @
6908cfa8
{
"$schema"
:
"http://json-schema.org/draft-04/schema#"
,
"description"
:
"Values returned by galene"
,
"properties"
:
{
"url"
:
{
"description"
:
"IPv6 url of galene"
,
"type"
:
"string"
},
"admin-user"
:
{
"description"
:
"Admin username"
,
"type"
:
"string"
},
"admin-password"
:
{
"description"
:
"Admin password"
,
"type"
:
"string"
},
"domain-url"
:
{
"description"
:
"URL of galene using domain configured with local DNS"
,
"type"
:
"string"
}
},
"type"
:
"object"
}
software/galene/software-ptt.cfg.json
View file @
6908cfa8
...
...
@@ -8,7 +8,7 @@
"software-type"
:
"default"
,
"description"
:
"default"
,
"request"
:
"instance-ptt-default-input-schema.json"
,
"response"
:
"instance-
defaul
t-schema.json"
,
"response"
:
"instance-
ptt-default-outpu
t-schema.json"
,
"index"
:
0
}
}
...
...
software/galene/software.cfg.json
View file @
6908cfa8
...
...
@@ -8,7 +8,7 @@
"software-type"
:
"default"
,
"description"
:
"default"
,
"request"
:
"instance-default-input-schema.json"
,
"response"
:
"instance-default-schema.json"
,
"response"
:
"instance-default-
output-
schema.json"
,
"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