WildApricot · Schema

Bundle

Bundle schema from WildApricot Admin API

Membership ManagementAssociationsNon-ProfitEventPayments

Properties

Name Type Description
Id integer Unique bundle identifier.
Url object
Email string Email of bundle administrator.
ParticipantsCount integer The number of members in the bundle.
Administrator object
MembershipLevel object
SpacesLeft integer If bundle size is limited, then this field indicates number of vacant spaces left in the bundle.
Members array Collection of links to members of the bundle.
View JSON Schema on GitHub

JSON Schema

wildapricot-bundle-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wildapricot/refs/heads/main/json-schema/wildapricot-bundle-schema.json",
  "title": "Bundle",
  "description": "Bundle schema from WildApricot Admin API",
  "type": "object",
  "properties": {
    "Id": {
      "type": "integer",
      "description": "Unique bundle identifier."
    },
    "Url": {
      "$ref": "#/components/schemas/ResourceUrl"
    },
    "Email": {
      "type": "string",
      "description": "Email of bundle administrator."
    },
    "ParticipantsCount": {
      "type": "integer",
      "description": "The number of members in the bundle."
    },
    "Administrator": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LinkedResource"
        },
        {
          "description": "Link to bundle administrator."
        }
      ]
    },
    "MembershipLevel": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LinkedResource"
        },
        {
          "description": "Link to membership level related to this bundle."
        }
      ]
    },
    "SpacesLeft": {
      "type": "integer",
      "description": "If bundle size is limited, then this field indicates number of vacant spaces left in the bundle."
    },
    "Members": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/LinkedResource"
      },
      "description": "Collection of links to members of the bundle."
    }
  }
}

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/wildapricot-bundle"
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.