{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "v2GetUserResponse", "description": "v2GetUserResponse schema from Aserto decision-logs API", "properties": { "user": { "$ref": "#/components/schemas/v2User" } }, "type": "object" }