Commit a7cbd5c5 authored by Boris Kocherov's avatar Boris Kocherov Committed by Vincent Pelletier

software/erp5: Fix some schema errors.

/reviewed-on nexedi/slapos!416
parent 3832676c
...@@ -190,14 +190,14 @@ ...@@ -190,14 +190,14 @@
"kumofs": { "kumofs": {
"description": "Persistent memcached service", "description": "Persistent memcached service",
"additionalProperties": { "additionalProperties": {
"$ref": "./instance-kumofs-schema.json#/properties" "$ref": "./instance-kumofs-schema.json"
}, },
"type": "object" "type": "object"
}, },
"memcached": { "memcached": {
"description": "Volatile memcached service", "description": "Volatile memcached service",
"additionalProperties": { "additionalProperties": {
"$ref": "./instance-kumofs-schema.json#/properties" "$ref": "./instance-kumofs-schema.json"
}, },
"type": "object" "type": "object"
}, },
...@@ -214,14 +214,14 @@ ...@@ -214,14 +214,14 @@
"smtp": { "smtp": {
"description": "Mail queuing and relay service", "description": "Mail queuing and relay service",
"additionalProperties": { "additionalProperties": {
"$ref": "./instance-smtp-schema.json#/properties" "$ref": "./instance-smtp-schema.json"
}, },
"type": "object" "type": "object"
}, },
"mariadb": { "mariadb": {
"description": "Relational database service", "description": "Relational database service",
"additionalProperties": { "additionalProperties": {
"$ref": "./instance-mariadb-schema.json#/properties" "$ref": "./instance-mariadb-schema.json"
}, },
"type": "object" "type": "object"
}, },
...@@ -348,7 +348,7 @@ ...@@ -348,7 +348,7 @@
} }
}, },
"additionalProperties": { "additionalProperties": {
"$ref": "../caucase/instance-caucase-input-schema.json#/properties" "$ref": "../caucase/instance-caucase-input-schema.json"
}, },
"type": "object" "type": "object"
} }
......
{ {
"$schema": "http://json-schema.org/draft-04/schema#", "$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [ "required": [
"tcpv4-port" "tcpv4-port"
], ],
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
"required": [ "required": [
"tcpv4-port" "tcpv4-port"
], ],
"type": "object",
"properties": { "properties": {
"tcpv4-port": { "tcpv4-port": {
"allOf": [ "allOf": [
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
"required": [ "required": [
"tcpv4-port" "tcpv4-port"
], ],
"type": "object",
"properties": { "properties": {
"tcpv4-port": { "tcpv4-port": {
"allOf": [ "allOf": [
......
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