Apache Airflow · JSON Structure

Openapi.Yaml User Collection Item Structure

A user object. *New in version 2.1.0*

Type: object Properties: 11
ApacheDAGData PipelineETLOpen-SourceOrchestrationPythonSchedulingWorkflows

UserCollectionItem is a JSON Structure definition published by Apache Airflow, describing 11 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

active changed_on created_on email failed_login_count first_name last_login last_name login_count roles username

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-airflow/refs/heads/main/json-structure/openapi.yaml-user-collection-item-structure.json",
  "name": "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 Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/openapi.yaml-user-collection-item-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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