{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "v3GetRelationResponse", "description": "v3GetRelationResponse schema from Aserto directory API", "properties": { "objects": { "additionalProperties": { "$ref": "#/components/schemas/v3Object" }, "title": "map of materialized relation objects", "type": "object" }, "result": { "$ref": "#/components/schemas/v3Relation" } }, "type": "object" }