{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "v3SetAssertionResponse", "description": "v3SetAssertionResponse schema from Aserto directory API", "properties": { "result": { "$ref": "#/components/schemas/v3Assert" } }, "type": "object" }