access_schemas-basic_app_response_props

APIs.ioEngineeringPlatform

Properties

Name Type Description
aud object
created_at object
id object
scim_config object
updated_at object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-schemas-basic-app-response-props-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_schemas-basic_app_response_props",
  "title": "access_schemas-basic_app_response_props",
  "properties": {
    "aud": {
      "$ref": "#/components/schemas/access_schemas-aud"
    },
    "created_at": {
      "$ref": "#/components/schemas/access_timestamp"
    },
    "id": {
      "$ref": "#/components/schemas/access_uuid"
    },
    "scim_config": {
      "$ref": "#/components/schemas/access_schemas-scim_config"
    },
    "updated_at": {
      "$ref": "#/components/schemas/access_timestamp"
    }
  },
  "type": "object"
}