Skip to content

Commit fff1869

Browse files
authored
Update schema.json
1 parent 73f7e6b commit fff1869

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

json-schema/schema.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,18 @@
2626
{
2727
"$comment": "Require fields here for Item Properties.",
2828
"required": [
29-
"template:new_field"
29+
"ms_weather:geometric_factor",
30+
"ms_weather:sensor_count",
31+
"ms_weather:minimum_proton_energy",
32+
"ms_weather:minimum_electron_energy",
33+
"ms_weather:measurment_interval"
3034
]
3135
},
3236
{
3337
"$ref": "#/definitions/fields"
3438
}
3539
]
3640
},
37-
"assets": {
38-
"$comment": "This validates the fields in Item Assets, but does not require them.",
39-
"type": "object",
40-
"additionalProperties": {
41-
"$ref": "#/definitions/fields"
42-
}
4341
}
4442
}
4543
}

0 commit comments

Comments
 (0)