Commit 6908cfa8 authored by Joanne Hugé's avatar Joanne Hugé

galene: fix json schema tests

parent 464443e6
{
"$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"
}
...@@ -16,10 +16,10 @@ ...@@ -16,10 +16,10 @@
"default": true "default": true
}, },
"dns_sr_url": { "dns_sr_url": {
"default": "", "default": "",
"title": "DNS SR URL", "title": "DNS SR URL",
"description": "URL of the SR running the DNS server", "description": "URL of the SR running the DNS server",
"type": "string" "type": "string"
} }
} }
} }
{
"$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"
}
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"software-type": "default", "software-type": "default",
"description": "default", "description": "default",
"request": "instance-ptt-default-input-schema.json", "request": "instance-ptt-default-input-schema.json",
"response": "instance-default-schema.json", "response": "instance-ptt-default-output-schema.json",
"index": 0 "index": 0
} }
} }
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"software-type": "default", "software-type": "default",
"description": "default", "description": "default",
"request": "instance-default-input-schema.json", "request": "instance-default-input-schema.json",
"response": "instance-default-schema.json", "response": "instance-default-output-schema.json",
"index": 0 "index": 0
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment