{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CustomPolicyResponse", "title": "CustomPolicyResponse", "type": "object", "properties": { "customPolicies": { "type": "array", "description": "This array contains the custom policies that match the input criteria.", "items": { "$ref": "#/components/schemas/CompactCustomPolicyResponse" } }, "href": { "type": "string", "description": "This field is for future use." }, "limit": { "type": "integer", "description": "This field is for future use.", "format": "int32" }, "next": { "type": "string", "description": "This field is for future use." }, "offset": { "type": "integer", "description": "This field is for future use.", "format": "int32" }, "prev": { "type": "string", "description": "This field is for future use." }, "total": { "type": "integer", "description": "This field is for future use.", "format": "int32" } } }