Adyen · Schema

UnincorporatedPartnership

UnincorporatedPartnership schema from Adyen API

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
countryOfGoverningLaw string The two-character [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the governing country.
dateOfIncorporation string The date when the legal arrangement was incorporated in YYYY-MM-DD format.
description string Short description about the Legal Arrangement.
doingBusinessAs string The registered name, if different from the `name`.
name string The legal name.
principalPlaceOfBusiness object The business address. Required if the principal place of business is different from the `registeredAddress`.
registeredAddress object The address registered at the registrar, such as the Chamber of Commerce.
registrationNumber string The registration number.
taxInformation array The tax information of the entity.
type string Type of Partnership. Possible values: * **limitedPartnership** * **generalPartnership** * **familyPartnership** * **commercialPartnership** * **publicPartnership** * **otherPartnership** * **gbr** * *
vatAbsenceReason string The reason for not providing a VAT number. Possible values: **industryExemption**, **belowTaxThreshold**.
vatNumber string The VAT number.
View JSON Schema on GitHub

JSON Schema

legal-entity-unincorporated-partnership-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/legal-entity-unincorporated-partnership-schema.json",
  "title": "UnincorporatedPartnership",
  "description": "UnincorporatedPartnership schema from Adyen API",
  "type": "object",
  "properties": {
    "countryOfGoverningLaw": {
      "description": "The two-character [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the governing country.",
      "type": "string"
    },
    "dateOfIncorporation": {
      "x-addedInVersion": "2",
      "description": "The date when the legal arrangement was incorporated in YYYY-MM-DD format.",
      "type": "string"
    },
    "description": {
      "x-addedInVersion": "3",
      "description": "Short description about the Legal Arrangement.",
      "type": "string"
    },
    "doingBusinessAs": {
      "description": "The registered name, if different from the `name`.",
      "type": "string"
    },
    "name": {
      "description": "The legal name.",
      "type": "string"
    },
    "principalPlaceOfBusiness": {
      "description": "The business address. Required if the principal place of business is different from the `registeredAddress`.",
      "$ref": "#/components/schemas/Address"
    },
    "registeredAddress": {
      "description": "The address registered at the registrar, such as the Chamber of Commerce.",
      "$ref": "#/components/schemas/Address"
    },
    "registrationNumber": {
      "description": "The registration number.",
      "type": "string"
    },
    "taxInformation": {
      "x-addedInVersion": "2",
      "description": "The tax information of the entity.",
      "items": {
        "$ref": "#/components/schemas/TaxInformation"
      },
      "type": "array"
    },
    "type": {
      "description": "Type of Partnership.\n\nPossible values:\n*  **limitedPartnership**\n*  **generalPartnership**\n*  **familyPartnership**\n*  **commercialPartnership**\n*  **publicPartnership**\n*  **otherPartnership**\n*  **gbr**\n*  **gmbh**\n*  **kgaa**\n*  **cv**\n*  **vof**\n*  **maatschap**\n*  **privateFundLimitedPartnership**\n*  **businessTrustEntity**\n*  **businessPartnership**\n\n",
      "enum": [
        "limitedPartnership",
        "generalPartnership",
        "familyPartnership",
        "commercialPartnership",
        "publicPartnership",
        "otherPartnership",
        "gbr",
        "gmbh",
        "kgaa",
        "cv",
        "vof",
        "maatschap",
        "privateFundLimitedPartnership",
        "businessTrustEntity",
        "businessPartnership"
      ],
      "type": "string"
    },
    "vatAbsenceReason": {
      "description": "The reason for not providing a VAT number.\n\nPossible values: **industryExemption**, **belowTaxThreshold**.",
      "enum": [
        "industryExemption",
        "belowTaxThreshold"
      ],
      "type": "string"
    },
    "vatNumber": {
      "description": "The VAT number.",
      "type": "string"
    }
  },
  "required": [
    "name",
    "countryOfGoverningLaw",
    "registeredAddress",
    "type"
  ]
}

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/legal-entity-unincorporated-partnership"
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.