PydanticAI · Schema

OrganizationReadV1

Artificial IntelligenceAgentsPythonLLMType SafetyStructured OutputsDependency InjectionOpenAIAnthropicGeminiObservabilityFramework

Properties

Name Type Description
id string
organization_name string
subscription_plan object
has_admin_panel boolean
created_at string
updated_at string
billing_email object
organization_display_name object
github_handle object
location object
avatar object
links object
description object
spending_cap object
spending_cap_reached_at object
planless_grace_period_ends_at object
gateway_enabled boolean
ai_enabled boolean
ai_training_enabled boolean
View JSON Schema on GitHub

JSON Schema

logfire-organization.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://pydantic.dev/schemas/OrganizationReadV1",
  "title": "OrganizationReadV1",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "title": "Id"
    },
    "organization_name": {
      "type": "string",
      "title": "Organization Name"
    },
    "subscription_plan": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/SubscriptionPlanId"
        },
        {
          "type": "null"
        }
      ]
    },
    "has_admin_panel": {
      "type": "boolean",
      "title": "Has Admin Panel"
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "title": "Created At"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "title": "Updated At"
    },
    "billing_email": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Billing Email"
    },
    "organization_display_name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Organization Display Name"
    },
    "github_handle": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Github Handle"
    },
    "location": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Location"
    },
    "avatar": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Avatar"
    },
    "links": {
      "anyOf": [
        {
          "items": {
            "$ref": "#/components/schemas/OrganizationLink"
          },
          "type": "array"
        },
        {
          "type": "null"
        }
      ],
      "title": "Links"
    },
    "description": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Description"
    },
    "spending_cap": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "title": "Spending Cap"
    },
    "spending_cap_reached_at": {
      "anyOf": [
        {
          "type": "string",
          "format": "date-time"
        },
        {
          "type": "null"
        }
      ],
      "title": "Spending Cap Reached At"
    },
    "planless_grace_period_ends_at": {
      "anyOf": [
        {
          "type": "string",
          "format": "date-time"
        },
        {
          "type": "null"
        }
      ],
      "title": "Planless Grace Period Ends At"
    },
    "gateway_enabled": {
      "type": "boolean",
      "title": "Gateway Enabled"
    },
    "ai_enabled": {
      "type": "boolean",
      "title": "Ai Enabled"
    },
    "ai_training_enabled": {
      "type": "boolean",
      "title": "Ai Training Enabled"
    }
  },
  "type": "object",
  "required": [
    "id",
    "organization_name",
    "subscription_plan",
    "has_admin_panel",
    "created_at",
    "updated_at",
    "billing_email",
    "organization_display_name",
    "github_handle",
    "location",
    "avatar",
    "links",
    "description",
    "spending_cap",
    "spending_cap_reached_at",
    "planless_grace_period_ends_at",
    "gateway_enabled",
    "ai_enabled",
    "ai_training_enabled"
  ]
}

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/logfire-organization"
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 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.