schema upd

This commit is contained in:
matthieu42morin 2024-03-31 05:34:15 +02:00
parent e9ab134ebd
commit ee9b7501e2
2 changed files with 106 additions and 107 deletions

View File

@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Service category schema", "title": "Service category schema",
"type": "object", "type": "object",
"required": [ "title", "description", "id", "image", "services"], "required": ["title", "description", "id", "image", "services"],
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"title": { "title": {
@ -34,7 +34,6 @@
"description": "Tags of the services, e.g. 'pmu'", "description": "Tags of the services, e.g. 'pmu'",
"type": "array", "type": "array",
"items": { "items": {
"type": "string" "type": "string"
} }
}, },

View File

@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Service schema", "title": "Service schema",
"type": "object", "type": "object",
"required": [ "title", "description", "id", "image", "duration", "price"], "required": ["title", "description", "id", "image", "duration", "price"],
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"title": { "title": {