Apache Airflow · Schema

UserCollectionItem

A user object. *New in version 2.1.0*

ApacheDAGData PipelineETLOpen-SourceOrchestrationPythonSchedulingWorkflows

Properties

Name Type Description
active boolean Whether the user is active
changed_on string The date user was changed
created_on string The date user was created
email string The user's email. *Changed in version 2.2.0*: A minimum character length requirement ('minLength') is added.
failed_login_count integer The number of times the login failed
first_name string The user's first name. *Changed in version 2.4.0*: The requirement for this to be non-empty was removed.
last_login string The last user login
last_name string The user's last name. *Changed in version 2.4.0*: The requirement for this to be non-empty was removed.
login_count integer The login count
roles array User roles. *Changed in version 2.2.0*: Field is no longer read-only.
username string The username. *Changed in version 2.2.0*: A minimum character length requirement ('minLength') is added.
View JSON Schema on GitHub

JSON Schema

openapi.yaml-user-collection-item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-airflow/refs/heads/main/json-schema/openapi.yaml-user-collection-item-schema.json",
  "title": "UserCollectionItem",
  "description": "A user object.\n\n*New in version 2.1.0*\n",
  "type": "object",
  "properties": {
    "active": {
      "description": "Whether the user is active",
      "nullable": true,
      "readOnly": true,
      "type": "boolean"
    },
    "changed_on": {
      "description": "The date user was changed",
      "format": "datetime",
      "nullable": true,
      "readOnly": true,
      "type": "string"
    },
    "created_on": {
      "description": "The date user was created",
      "format": "datetime",
      "nullable": true,
      "readOnly": true,
      "type": "string"
    },
    "email": {
      "description": "The user's email.\n\n*Changed in version 2.2.0*: A minimum character length requirement ('minLength') is added.\n",
      "minLength": 1,
      "type": "string"
    },
    "failed_login_count": {
      "description": "The number of times the login failed",
      "nullable": true,
      "readOnly": true,
      "type": "integer"
    },
    "first_name": {
      "description": "The user's first name.\n\n*Changed in version 2.4.0*: The requirement for this to be non-empty was removed.\n",
      "type": "string"
    },
    "last_login": {
      "description": "The last user login",
      "format": "datetime",
      "nullable": true,
      "readOnly": true,
      "type": "string"
    },
    "last_name": {
      "description": "The user's last name.\n\n*Changed in version 2.4.0*: The requirement for this to be non-empty was removed.\n",
      "type": "string"
    },
    "login_count": {
      "description": "The login count",
      "nullable": true,
      "readOnly": true,
      "type": "integer"
    },
    "roles": {
      "description": "User roles.\n\n*Changed in version 2.2.0*: Field is no longer read-only.\n",
      "items": {
        "nullable": true,
        "properties": {
          "name": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "type": "array"
    },
    "username": {
      "description": "The username.\n\n*Changed in version 2.2.0*: A minimum character length requirement ('minLength') is added.\n",
      "minLength": 1,
      "type": "string"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/openapi.yaml-user-collection-item"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.