schema/schema.json in adiwg-mdjson_schemas-2.0.0.pre.alpha.13 vs schema/schema.json in adiwg-mdjson_schemas-2.0.0.pre.alpha.14
- old
+ new
@@ -1,12 +1,12 @@
{
"id": "schema.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
- "version": "2.0.0-alpha.13",
+ "version": "2.0.0-alpha.14",
"description": "schema for ADIwg mdJSON metadata",
"example": "../examples/mdJson.json",
"type": "object",
- "required": ["schema", "contact", "metadata"],
+ "required": ["schema", "contact"],
"properties": {
"schema": {
"$ref": "#/definitions/schema"
},
"contact": {