Commit 63830446 authored by Collin Jackson's avatar Collin Jackson

add services to schema

parent 776a79f5
...@@ -10,6 +10,10 @@ ...@@ -10,6 +10,10 @@
"type": "array", "type": "array",
"items": { "type": "string" } "items": { "type": "string" }
}, },
"services": {
"type": "array",
"items": { "type": "string" }
},
"fonts": { "fonts": {
"type": "array", "type": "array",
"items": { "items": {
......
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