This repository has been archived by the owner on Feb 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
ontohub/ontohub-api-json
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
{ "id": "https://masterthesis.rightsrestricted.com/api/license_model.json#", "$schema": "http://json-schema.org/draft-04/schema#", "title": "License Model", "description": "A license model", "type": "object", "oneOf": [ { "properties": { "iri": { "$ref": "generic/definitions.json#/definitions/iri" }, "name": { "description": "The name of the license model", "type": "string" }, "description": { "description": "A description of the license model", "type": "string" }, "url": { "description": "A URL which should contain documentation of the license model. Is not part of Ontohub", "type": "string", "format": "uri" } }, "required": [ "iri", "name" ] }, { "properties": { "iri": { "$ref": "generic/definitions.json#/definitions/iri" }, "name": { "description": "The name of the license model", "type": "string" }, "description": { "description": "A description of the license model", "type": "string" }, "_links": { "$ref": "generic/definitions.json#/definitions/_links" } }, "required": [ "iri", "name", "_links" ] } ] }