access_app_policy_response

APIs.ioEngineeringPlatform

Properties

Name Type Description
precedence object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-app-policy-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_app_policy_response",
  "title": "access_app_policy_response",
  "allOf": [
    {
      "$ref": "#/components/schemas/access_policy_resp"
    }
  ],
  "properties": {
    "precedence": {
      "$ref": "#/components/schemas/access_precedence"
    }
  },
  "type": "object"
}