Create Ontology

Create a new Ontology

Request
Request Body schema: application/json

: Ontology creation payload

Any of:

: Ontology creation payload

roots
Array of strings or null
attributes
Array of strings or null
structureIds
Array of strings or null
projectIds
required
Array of strings
system
boolean or null
v2
boolean or null
property name*
additional property
any
Responses
200

Ok

post/ontologies
Request samples
application/json
{
  • "roots": [
    ],
  • "attributes": [
    ],
  • "structureIds": [
    ],
  • "projectIds": [
    ],
  • "system": true,
  • "v2": true
}
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "updatedBy": "string",
  • "creator": "string",
  • "metadata": {
    },
  • "v2": true
}