-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdataTypeDictionarySchema.json
21 lines (20 loc) · 1.1 KB
/
dataTypeDictionarySchema.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"$schema": "http://json-schema.org/draft-04/schema#",
"comment": "this section is start at making compatible with JSON-LD. see https://www.w3.org/TR/json-ld",
"@context": {
"dt": "http://resources.usgin.org/uri-gin/usgin/schema/json/0.1/datatypedictionary",
"@vocab": "http://json-schema.org/draft-04/schema",
"@base": "",
"foaf": "http://xmlns.com/foaf/0.1/",
"dct": "http://purl.org/dc/terms/",
"skos": "http://www.w3.org/2004/02/skos/core#"
},
"description": "This is a JSON scheme implementing the USGIN data type model. This schema represents a dataTypeDictionary (aka featureCatalogue) as an array of data objects, an array of controlledVocabulary objects, an array of ValueDomain objects, array of DataType objects. Identifier URIs link the various components of a dataType definition in individual instances.",
"updateDate": "2016-12-07",
"version": "0.1",
"id": "http://resources.usgin.org/uri-gin/usgin/schema/json/0.1/datatypedictionary",
"type": "object",
"translation": [{}],
"required": [""],
"properties": {}
}