Schema: Generic_Object
Schema Definition
{
"$schema": "http://json-schema.org/schema#",
"properties": {
"@context": {
"description": "The Context of the Current Object, generally the OpenTHC namespace",
"type": "string"
},
"@version": {
"description": "The Version Serial Number, like 2018",
"type": "string"
}
},
"type": "object"
}