access_failed_login_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-failed-login-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_failed_login_response",
  "title": "access_failed_login_response",
  "allOf": [
    {
      "$ref": "#/components/schemas/access_api-response-collection"
    },
    {
      "properties": {
        "result": {
          "items": {
            "properties": {
              "expiration": {
                "type": "integer"
              },
              "metadata": {
                "example": {
                  "app_name": "Test App",
                  "aud": "39691c1480a2352a18ece567debc2b32552686cbd38eec0887aa18d5d3f00c04",
                  "datetime": "2022-02-02T21:54:34.914Z",
                  "ray_id": "6d76a8a42ead4133",
                  "user_email": "[email protected]",
                  "user_uuid": "57171132-e453-4ee8-b2a5-8cbaad333207"
                },
                "type": "object"
              }
            },
            "type": "object"
          },
          "type": "array"
        }
      }
    }
  ]
}