{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "https://openid.github.io/authzen/#name-the-resource-search-api-res", "description": "v1ResourceSearchResponse schema from Aserto directory API", "properties": { "page": { "$ref": "#/components/schemas/v1Page" }, "results": { "items": { "$ref": "#/components/schemas/v1Resource" }, "type": "array" } }, "type": "object" }