source: imaps-frontend/node_modules/mdn-data/css/units.schema.json

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 502 bytes
Line 
1{
2 "type": "object",
3 "additionalProperties": {
4 "type": "object",
5 "additionalProperties": false,
6 "properties": {
7 "groups": {
8 "type": "array",
9 "minitems": 1,
10 "uniqueItems": true,
11 "items": {
12 "$ref": "definitions.json#/groupList"
13 }
14 },
15 "status": {
16 "enum": [
17 "standard",
18 "nonstandard",
19 "experimental"
20 ]
21 }
22 },
23 "required": [
24 "groups",
25 "status"
26 ]
27 }
28}
Note: See TracBrowser for help on using the repository browser.