Luma · Schema

V1 Memberships Members Add Post Request

EventEvent ManagementTicketingCommunityCalendarsGuestsAttendance

Properties

Name Type Description
email string
membership_tier_id string
registration_answers array
skip_payment boolean Set to true for paid tiers when handling payment externally. Required for paid tiers.
View JSON Schema on GitHub

JSON Schema

v1_memberships_members_add_post_request.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/luma/main/json-schema/v1_memberships_members_add_post_request.json",
  "title": "V1 Memberships Members Add Post Request",
  "type": "object",
  "properties": {
    "email": {
      "type": "string",
      "format": "email",
      "pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"
    },
    "membership_tier_id": {
      "type": "string"
    },
    "registration_answers": {
      "type": "array",
      "items": {
        "anyOf": [
          {
            "type": "object",
            "properties": {
              "label": {
                "type": "string"
              },
              "question_id": {
                "type": "string"
              },
              "value": {
                "type": "boolean"
              },
              "answer": {
                "type": "boolean"
              },
              "question_type": {
                "type": "string",
                "const": "agree-check"
              }
            },
            "required": [
              "label",
              "question_id",
              "question_type"
            ]
          },
          {
            "type": "object",
            "properties": {
              "label": {
                "type": "string"
              },
              "question_id": {
                "type": "string"
              },
              "value": {
                "type": "object",
                "properties": {
                  "company": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "job_title": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  }
                }
              },
              "answer": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "answer_company": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "answer_job_title": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "question_type": {
                "type": "string",
                "const": "company"
              }
            },
            "required": [
              "label",
              "question_id",
              "value",
              "question_type"
            ]
          },
          {
            "type": "object",
            "properties": {
              "label": {
                "type": "string"
              },
              "question_id": {
                "type": "string"
              },
              "value": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "answer": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "question_type": {
                "type": "string",
                "const": "dropdown"
              }
            },
            "required": [
              "label",
              "question_id",
              "value",
              "question_type"
            ]
          },
          {
            "type": "object",
            "properties": {
              "label": {
                "type": "string"
              },
              "question_id": {
                "type": "string"
              },
              "value": {
                "anyOf": [
                  {
                    "type": "array",
                    "items": {
                      "type": "string"
                    }
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "answer": {
                "anyOf": [
                  {
                    "type": "array",
                    "items": {
                      "type": "string"
                    }
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "question_type": {
                "type": "string",
                "const": "multi-select"
              }
            },
            "required": [
              "label",
              "question_id",
              "value",
              "question_type"
            ]
          },
          {
            "type": "object",
            "properties": {
              "label": {
                "type": "string"
              },
              "question_id": {
                "type": "string"
              },
              "value": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "answer": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "question_type": {
                "type": "string",
                "const": "phone-number"
              }
            },
            "required": [
              "label",
              "question_id",
              "value",
              "question_type"
            ]
          },
          {
            "type": "object",
            "properties": {
              "label": {
                "type": "string"
              },
              "question_id": {
                "type": "string"
              },
              "value": {
                "anyOf": [
                  {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "boolean",
                        "const": true
                      }
                    ]
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "answer": {
                "anyOf": [
                  {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "boolean",
                        "const": true
                      }
                    ]
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "question_type": {
                "type": "string",
                "const": "terms"
              }
            },
            "required": [
              "label",
              "question_id",
              "question_type"
            ]
          },
          {
            "type": "object",
            "properties": {
              "label": {
                "type": "string"
              },
              "question_id": {
                "type": "string"
              },
              "value": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "answer": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "question_type": {
                "anyOf": [
                  {
                    "type": "string",
                    "const": "github"
                  },
                  {
                    "type": "string",
                    "const": "instagram"
                  },
                  {
                    "type": "string",
                    "const": "linkedin"
                  },
                  {
                    "type": "string",
                    "const": "long-text"
                  },
                  {
                    "type": "string",
                    "const": "telegram"
                  },
                  {
                    "type": "string",
                    "const": "text"
                  },
                  {
                    "type": "string",
                    "const": "twitter"
                  },
                  {
                    "type": "string",
                    "const": "youtube"
                  }
                ]
              }
            },
            "required": [
              "label",
              "question_id",
              "value",
              "question_type"
            ]
          },
          {
            "type": "object",
            "properties": {
              "label": {
                "type": "string"
              },
              "question_id": {
                "type": "string"
              },
              "value": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "answer": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "question_type": {
                "type": "string",
                "const": "url"
              }
            },
            "required": [
              "label",
              "question_id",
              "value",
              "question_type"
            ]
          }
        ]
      }
    },
    "skip_payment": {
      "description": "Set to true for paid tiers when handling payment externally. Required for paid tiers.",
      "type": "boolean"
    }
  },
  "required": [
    "email",
    "membership_tier_id"
  ]
}

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/v1_memberships_members_add_post_request"
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.