Infer semantic model based on two or more generated schemas. Currently it supports infer of upto 20 schemas.
POST {{baseUrl}}/inferOntology
Infer semantic model to create ontology based on two or more schemas
Request Body
{"schemas"=>[{"dataTag"=>"<string>", "schemaName"=>"<string>", "sourceName"=>"<string>", "assetId"=>"<string>", "aspectName"=>"<string>"}, {"dataTag"=>"<string>", "schemaName"=>"<string>", "sourceName"=>"<string>", "assetId"=>"<string>", "aspectName"=>"<string>"}], "excludeProperties"=>["<string>", "<string>"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
""