{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "v3GetGraphResponse", "description": "v3GetGraphResponse schema from Aserto directory API", "properties": { "explanation": { "title": "explanation of results", "type": "object" }, "results": { "items": { "$ref": "#/components/schemas/v3ObjectIdentifier" }, "title": "matching object identifiers", "type": "array" }, "trace": { "items": { "type": "string" }, "title": "trace information", "type": "array" } }, "type": "object" }