access_policy_init_resp

APIs.ioEngineeringPlatform

Properties

Name Type Description
id object
status object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-policy-init-resp-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_policy_init_resp",
  "title": "access_policy_init_resp",
  "properties": {
    "id": {
      "$ref": "#/components/schemas/access_policy_test_id"
    },
    "status": {
      "$ref": "#/components/schemas/access_status"
    }
  },
  "type": "object"
}