access_app_id

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-app-id-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_app_id",
  "title": "access_app_id",
  "oneOf": [
    {
      "$ref": "#/components/schemas/access_identifier"
    },
    {
      "$ref": "#/components/schemas/access_uuid"
    }
  ]
}