{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "https://openid.github.io/authzen/#name-the-subject-search-api-requ", "description": "v1SubjectSearchRequest schema from Aserto directory API", "properties": { "action": { "$ref": "#/components/schemas/v1Action" }, "context": { "type": "object" }, "page": { "$ref": "#/components/schemas/v1Page" }, "resource": { "$ref": "#/components/schemas/v1Resource" }, "subject": { "$ref": "#/components/schemas/v1Subject" } }, "type": "object" }