diff --git a/ontology/uberon.md b/ontology/uberon.md index fd7fd58cf..5a9c93f11 100644 --- a/ontology/uberon.md +++ b/ontology/uberon.md @@ -14,7 +14,6 @@ description: An integrated cross-species anatomy ontology covering animals and b homepage: http://uberon.org page: http://en.wikipedia.org/wiki/Uberon twitter: uberanat -google_plus: "+UberonOrg" slack: https://obo-communitygroup.slack.com/archives/C01CR698CF2 wikidata_template: https://en.wikipedia.org/wiki/Template:Uberon mailing_list: https://lists.sourceforge.net/lists/listinfo/obo-anatomy diff --git a/util/schema/registry_schema.json b/util/schema/registry_schema.json index 19122d73c..7e57c226f 100644 --- a/util/schema/registry_schema.json +++ b/util/schema/registry_schema.json @@ -46,6 +46,7 @@ "items": { "type": "object", + "title": "Browser", "additionalProperties": false, "properties": { "label": { "type": "string" }, @@ -86,9 +87,6 @@ }, "required": [ "email","label" ] }, - "created_with": { - "suggest": false - }, "createdWith": { "suggest": false }, @@ -114,15 +112,9 @@ "description": "'domain' is a recommended field. The value is the scientific topic area addressed by the ontology.", "type": "string" }, - "do_wiki": { - "suggest": false - }, "DO wiki": { "suggest": false }, - "example_class": { - "suggest": false - }, "exampleClass": { "suggest": false }, @@ -132,9 +124,6 @@ "funded_by": { "suggest": false }, - "google_plus": { - "suggest": false - }, "homepage": { "level": "error", "description": "'homepage' is a required property. The value is the full URL to the homepage.", @@ -322,6 +311,7 @@ "minItems": 1, "items": { "type": "object", + "title": "Product", "properties": { "id": { "type": "string", @@ -339,6 +329,7 @@ "type": "array", "items": { "type": "object", + "title": "Publication", "properties": { "id": { "type": "string" }, "title": { "type": "string" } @@ -382,9 +373,6 @@ "label": {"type": "string"} } }, - "termgenie": { - "suggest": false - }, "title": { "level": "error", "description": "'title' is a required field. The value is the full name of the ontology project.", @@ -396,9 +384,6 @@ "type": "string", "format": "uri" }, - "ty": { - "suggest": false - }, "type": { "suggest": false }, @@ -411,7 +396,9 @@ "description": "Information on usage of particular ontology.", "type": "array", "items": { - "type": "object", + "type": "object", + "title": "Usage", + "additionalProperties" : false, "properties": { "user": { @@ -430,6 +417,7 @@ "type": "array", "items": { "type": "object", + "title": "Example", "additionalProperties" : false, "properties": { "url": { @@ -446,6 +434,7 @@ "type": "array", "items": { "type": "object", + "title": "Publication", "additionalProperties" : false, "properties": { "id": {