Skip to main content
Glama

Lovie Company Formation

Save Cap Table Import

formation_save_cap_table_import

SaveCapTableImport replaces the formation's shareholders with the imported, founder-edited list. A request whose shareholders carry ssn_last4 is refused with INVALID_ARGUMENT and writes nothing — the existing roster is left exactly as it was: those four digits are recorded only by SetShareholderTaxIdentifier, after the whole identifier has reached the secret store. Accepting them here would report a saved number that nothing holds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
editsMadeNo
formationIdYesUUID value wrapper.
safeMatchesNo
shareholdersNo
capTableS3UriNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
formationNo
formationIdNo
totalShareholdersNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / properties / formation / anyOf
      Previous value: -[
      -  {
      -    "properties": {
      -      "acknowledgedWarnings": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "addressSource": {
      -        "enum": [
      -          "ADDRESS_SOURCE_UNSPECIFIED",
      -          "ADDRESS_SOURCE_OWN",
      -          "ADDRESS_SOURCE_NEED_ASSISTANCE"
      -        ],
      -        "type": "string"
      -      },
      -      "alternateName": {
      -        "type": "string"
      -      },
      -      "assignedAgent": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "email": {
      -                "type": "string"
      -              },
      -              "fullName": {
      -                "type": "string"
      -              },
      -              "id": {
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "authorizedParty": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "email": {
      -                "type": "string"
      -              },
      -              "name": {
      -                "anyOf": [
      -                  {
      -                    "description": "Human-readable name (1-255 Unicode chars).",
      -                    "properties": {
      -                      "value": {
      -                        "maxLength": 255,
      -                        "minLength": 1,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "type": "object"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "phone": {
      -                "type": "string"
      -              },
      -              "title": {
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "name"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "bankingIntent": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "cardPreference": {
      -                "enum": [
      -                  "CARD_PREFERENCE_UNSPECIFIED",
      -                  "CARD_PREFERENCE_VIRTUAL_ONLY",
      -                  "CARD_PREFERENCE_PHYSICAL_AND_VIRTUAL"
      -                ],
      -                "type": "string"
      -              },
      -              "cardShippingAddress": {
      -                "anyOf": [
      -                  {
      -                    "properties": {
      -                      "city": {
      -                        "type": "string"
      -                      },
      -                      "country": {
      -                        "type": "string"
      -                      },
      -                      "county": {
      -                        "type": "string"
      -                      },
      -                      "state": {
      -                        "type": "string"
      -                      },
      -                      "street1": {
      -                        "type": "string"
      -                      },
      -                      "street2": {
      -                        "type": "string"
      -                      },
      -                      "zipCode": {
      -                        "type": "string"
      -                      }
      -                    },
      -                    "type": "object"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "expectedMonthlySpend": {
      -                "enum": [
      -                  "MONTHLY_SPEND_BAND_UNSPECIFIED",
      -                  "MONTHLY_SPEND_BAND_UNDER_5K",
      -                  "MONTHLY_SPEND_BAND_FROM_5K_TO_25K",
      -                  "MONTHLY_SPEND_BAND_FROM_25K_TO_100K",
      -                  "MONTHLY_SPEND_BAND_OVER_100K"
      -                ],
      -                "type": "string"
      -              },
      -              "openWhenEinReady": {
      -                "type": "boolean"
      -              },
      -              "recordedAt": {
      -                "anyOf": [
      -                  {
      -                    "format": "date-time",
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "shipCardsToHomeAddress": {
      -                "type": "boolean"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "businessDescription": {
      -        "type": "string"
      -      },
      -      "certificateData": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "approvedAt": {
      -                "anyOf": [
      -                  {
      -                    "format": "date-time",
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "certificateId": {
      -                "type": "string"
      -              },
      -              "downloadUrl": {
      -                "type": "string"
      -              },
      -              "expiresAt": {
      -                "anyOf": [
      -                  {
      -                    "format": "date-time",
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "generatedAt": {
      -                "anyOf": [
      -                  {
      -                    "format": "date-time",
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "s3Uri": {
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "certificateFiled": {
      -        "type": "boolean"
      -      },
      -      "certificateStamped": {
      -        "type": "boolean"
      -      },
      -      "certificateUrl": {
      -        "type": "string"
      -      },
      -      "cohortDeal": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "currencyCode": {
      -                "type": "string"
      -              },
      -              "discountRate": {
      -                "type": "string"
      -              },
      -              "displayHeadline": {
      -                "anyOf": [
      -                  {
      -                    "description": "Free-form description (max 5000 chars).",
      -                    "properties": {
      -                      "value": {
      -                        "maxLength": 5000,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "type": "object"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "instrument": {
      -                "type": "string"
      -              },
      -              "investmentAmount": {
      -                "type": "string"
      -              },
      -              "investorLegalName": {
      -                "anyOf": [
      -                  {
      -                    "description": "Human-readable name (1-255 Unicode chars).",
      -                    "properties": {
      -                      "value": {
      -                        "maxLength": 255,
      -                        "minLength": 1,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "type": "object"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "mfn": {
      -                "type": "boolean"
      -              },
      -              "proRata": {
      -                "type": "boolean"
      -              },
      -              "valuationCap": {
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "cohortDealTermsId": {
      -        "anyOf": [
      -          {
      -            "description": "UUID value wrapper.",
      -            "properties": {
      -              "value": {
      -                "format": "uuid",
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "companyAddress": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "city": {
      -                "type": "string"
      -              },
      -              "country": {
      -                "type": "string"
      -              },
      -              "county": {
      -                "type": "string"
      -              },
      -              "state": {
      -                "type": "string"
      -              },
      -              "street1": {
      -                "type": "string"
      -              },
      -              "street2": {
      -                "type": "string"
      -              },
      -              "zipCode": {
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "companyId": {
      -        "anyOf": [
      -          {
      -            "description": "UUID value wrapper.",
      -            "properties": {
      -              "value": {
      -                "format": "uuid",
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "companyName": {
      -        "type": "string"
      -      },
      -      "companyStage": {
      -        "enum": [
      -          "COMPANY_STAGE_UNSPECIFIED",
      -          "COMPANY_STAGE_IDEA",
      -          "COMPANY_STAGE_BUILDING",
      -          "COMPANY_STAGE_REVENUE"
      -        ],
      -        "type": "string"
      -      },
      -      "confirmationNumber": {
      -        "type": "string"
      -      },
      -      "conversationHistory": {
      -        "items": {
      -          "properties": {
      -            "content": {
      -              "type": "string"
      -            },
      -            "role": {
      -              "type": "string"
      -            },
      -            "timestamp": {
      -              "type": "string"
      -            },
      -            "tool": {
      -              "type": "string"
      -            }
      -          },
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "createdAt": {
      -        "anyOf": [
      -          {
      -            "format": "date-time",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "currentStep": {
      -        "enum": [
      -          "FORMATION_STEP_UNSPECIFIED",
      -          "FORMATION_STEP_CREATED",
      -          "FORMATION_STEP_BUSINESS_DESCRIBED",
      -          "FORMATION_STEP_STATE_SELECTED",
      -          "FORMATION_STEP_TYPE_SELECTED",
      -          "FORMATION_STEP_ENDING_SELECTED",
      -          "FORMATION_STEP_NAME_SET",
      -          "FORMATION_STEP_NAME_CHECKED",
      -          "FORMATION_STEP_COMPANY_ADDRESS_SET",
      -          "FORMATION_STEP_AGENT_SET",
      -          "FORMATION_STEP_SHARES_SET",
      -          "FORMATION_STEP_SHAREHOLDERS_ADDED",
      -          "FORMATION_STEP_AUTHORIZED_PARTY_SET",
      -          "FORMATION_STEP_CERTIFICATE_GENERATED",
      -          "FORMATION_STEP_CERTIFICATE_APPROVED",
      -          "FORMATION_STEP_COMPLETED",
      -          "FORMATION_STEP_FOUNDER_PROFILE_SET",
      -          "FORMATION_STEP_TEAM_EQUITY_SET",
      -          "FORMATION_STEP_DEAL_CONFIRMED",
      -          "FORMATION_STEP_BANKING_INTENT_SET",
      -          "FORMATION_STEP_SIGNED",
      -          "FORMATION_STEP_INDUSTRY_SET"
      -        ],
      -        "type": "string"
      -      },
      -      "dealTermsConfirmedAt": {
      -        "anyOf": [
      -          {
      -            "format": "date-time",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "directorsAndOfficers": {
      -        "items": {
      -          "properties": {
      -            "address": {
      -              "anyOf": [
      -                {
      -                  "properties": {
      -                    "city": {
      -                      "type": "string"
      -                    },
      -                    "country": {
      -                      "type": "string"
      -                    },
      -                    "county": {
      -                      "type": "string"
      -                    },
      -                    "state": {
      -                      "type": "string"
      -                    },
      -                    "street1": {
      -                      "type": "string"
      -                    },
      -                    "street2": {
      -                      "type": "string"
      -                    },
      -                    "zipCode": {
      -                      "type": "string"
      -                    }
      -                  },
      -                  "type": "object"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ]
      -            },
      -            "email": {
      -              "type": "string"
      -            },
      -            "id": {
      -              "anyOf": [
      -                {
      -                  "description": "UUID value wrapper.",
      -                  "properties": {
      -                    "value": {
      -                      "format": "uuid",
      -                      "type": "string"
      -                    }
      -                  },
      -                  "type": "object"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ]
      -            },
      -            "name": {
      -              "anyOf": [
      -                {
      -                  "description": "Human-readable name (1-255 Unicode chars).",
      -                  "properties": {
      -                    "value": {
      -                      "maxLength": 255,
      -                      "minLength": 1,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "type": "object"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ]
      -            },
      -            "phone": {
      -              "type": "string"
      -            },
      -            "title": {
      -              "type": "string"
      -            },
      -            "type": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "name"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "effectiveDate": {
      -        "anyOf": [
      -          {
      -            "format": "date-time",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "einDocument": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "contentType": {
      -                "type": "string"
      -              },
      -              "fileName": {
      -                "type": "string"
      -              },
      -              "s3Bucket": {
      -                "type": "string"
      -              },
      -              "s3Key": {
      -                "type": "string"
      -              },
      -              "uploadedAt": {
      -                "anyOf": [
      -                  {
      -                    "format": "date-time",
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "einFiled": {
      -        "type": "boolean"
      -      },
      -      "einNumber": {
      -        "type": "string"
      -      },
      -      "einReceived": {
      -        "type": "boolean"
      -      },
      -      "election83b": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "companyAddress": {
      -                "anyOf": [
      -                  {
      -                    "properties": {
      -                      "city": {
      -                        "type": "string"
      -                      },
      -                      "country": {
      -                        "type": "string"
      -                      },
      -                      "line1": {
      -                        "type": "string"
      -                      },
      -                      "state": {
      -                        "type": "string"
      -                      },
      -                      "zip": {
      -                        "type": "string"
      -                      }
      -                    },
      -                    "type": "object"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "deadline": {
      -                "type": "string"
      -              },
      -              "fmvPerShare": {
      -                "type": "number"
      -              },
      -              "generatedAt": {
      -                "anyOf": [
      -                  {
      -                    "format": "date-time",
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "grantDate": {
      -                "type": "string"
      -              },
      -              "irsServiceCenter": {
      -                "enum": [
      -                  "IRS_SERVICE_CENTER_UNSPECIFIED",
      -                  "IRS_SERVICE_CENTER_AUSTIN",
      -                  "IRS_SERVICE_CENTER_KANSAS_CITY",
      -                  "IRS_SERVICE_CENTER_OGDEN"
      -                ],
      -                "type": "string"
      -              },
      -              "isNonResidentAlien": {
      -                "type": "boolean"
      -              },
      -              "itinAppliedFor": {
      -                "type": "boolean"
      -              },
      -              "lateFiling": {
      -                "type": "boolean"
      -              },
      -              "paidPerShare": {
      -                "type": "number"
      -              },
      -              "restrictions": {
      -                "type": "string"
      -              },
      -              "shareQuantity": {
      -                "type": "string"
      -              },
      -              "signatureAnchor": {
      -                "anyOf": [
      -                  {
      -                    "properties": {
      -                      "date": {
      -                        "anyOf": [
      -                          {
      -                            "properties": {
      -                              "fontSize": {
      -                                "type": "number"
      -                              },
      -                              "xFromLeft": {
      -                                "type": "number"
      -                              },
      -                              "yFromBottom": {
      -                                "type": "number"
      -                              }
      -                            },
      -                            "type": "object"
      -                          },
      -                          {
      -                            "type": "null"
      -                          }
      -                        ]
      -                      },
      -                      "pageHeight": {
      -                        "type": "number"
      -                      },
      -                      "pageIndex": {
      -                        "type": "integer"
      -                      },
      -                      "pageWidth": {
      -                        "type": "number"
      -                      },
      -                      "signature": {
      -                        "anyOf": [
      -                          {
      -                            "properties": {
      -                              "height": {
      -                                "type": "number"
      -                              },
      -                              "width": {
      -                                "type": "number"
      -                              },
      -                              "xFromLeft": {
      -                                "type": "number"
      -                              },
      -                              "yFromBottom": {
      -                                "type": "number"
      -                              }
      -                            },
      -                            "type": "object"
      -                          },
      -                          {
      -                            "type": "null"
      -                          }
      -                        ]
      -                      }
      -                    },
      -                    "type": "object"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "signatureEnvelopeId": {
      -                "type": "string"
      -              },
      -              "signedAt": {
      -                "type": "string"
      -              },
      -              "signedPdfS3Bucket": {
      -                "type": "string"
      -              },
      -              "signedPdfS3Key": {
      -                "type": "string"
      -              },
      -              "signedPdfSha256": {
      -                "type": "string"
      -              },
      -              "stateOfIncorporation": {
      -                "type": "string"
      -              },
      -              "stockClass": {
      -                "type": "string"
      -              },
      -              "taxableYear": {
      -                "type": "string"
      -              },
      -              "taxpayerAddress": {
      -                "anyOf": [
      -                  {
      -                    "properties": {
      -                      "city": {
      -                        "type": "string"
      -                      },
      -                      "country": {
      -                        "type": "string"
      -                      },
      -                      "line1": {
      -                        "type": "string"
      -                      },
      -                      "state": {
      -                        "type": "string"
      -                      },
      -                      "zip": {
      -                        "type": "string"
      -                      }
      -                    },
      -                    "type": "object"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "taxpayerName": {
      -                "type": "string"
      -              },
      -              "unsignedPdfS3Bucket": {
      -                "type": "string"
      -              },
      -              "unsignedPdfS3Key": {
      -                "type": "string"
      -              },
      -              "unsignedPdfSha256": {
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "election83bIntent": {
      -        "type": "boolean"
      -      },
      -      "entityEnding": {
      -        "type": "string"
      -      },
      -      "entityType": {
      -        "enum": [
      -          "ENTITY_TYPE_UNSPECIFIED",
      -          "ENTITY_TYPE_LLC",
      -          "ENTITY_TYPE_C_CORP",
      -          "ENTITY_TYPE_S_CORP"
      -        ],
      -        "type": "string"
      -      },
      -      "fieldProvenance": {
      -        "anyOf": [
      -          {
      -            "additionalProperties": true,
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "filedAt": {
      -        "anyOf": [
      -          {
      -            "format": "date-time",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "filingError": {
      -        "type": "string"
      -      },
      -      "filingFeeCollectedAt": {
      -        "anyOf": [
      -          {
      -            "format": "date-time",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "formationOrderPurchased": {
      -        "type": "boolean"
      -      },
      -      "formationOrderStatus": {
      -        "type": "string"
      -      },
      -      "founderExperience": {
      -        "type": "string"
      -      },
      -      "founderInviteId": {
      -        "anyOf": [
      -          {
      -            "description": "UUID value wrapper.",
      -            "properties": {
      -              "value": {
      -                "format": "uuid",
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "founderProfile": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "companyRole": {
      -                "enum": [
      -                  "FOUNDER_COMPANY_ROLE_UNSPECIFIED",
      -                  "FOUNDER_COMPANY_ROLE_CEO",
      -                  "FOUNDER_COMPANY_ROLE_CTO",
      -                  "FOUNDER_COMPANY_ROLE_OTHER"
      -                ],
      -                "type": "string"
      -              },
      -              "companyRoleOther": {
      -                "type": "string"
      -              },
      -              "dateOfBirth": {
      -                "type": "string"
      -              },
      -              "email": {
      -                "type": "string"
      -              },
      -              "firstName": {
      -                "type": "string"
      -              },
      -              "homeAddress": {
      -                "anyOf": [
      -                  {
      -                    "properties": {
      -                      "city": {
      -                        "type": "string"
      -                      },
      -                      "country": {
      -                        "type": "string"
      -                      },
      -                      "county": {
      -                        "type": "string"
      -                      },
      -                      "state": {
      -                        "type": "string"
      -                      },
      -                      "street1": {
      -                        "type": "string"
      -                      },
      -                      "street2": {
      -                        "type": "string"
      -                      },
      -                      "zipCode": {
      -                        "type": "string"
      -                      }
      -                    },
      -                    "type": "object"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "lastName": {
      -                "type": "string"
      -              },
      -              "linkedinUrl": {
      -                "type": "string"
      -              },
      -              "livesOutsideUs": {
      -                "type": "boolean"
      -              },
      -              "phone": {
      -                "type": "string"
      -              },
      -              "phoneCountryCode": {
      -                "type": "string"
      -              },
      -              "primaryLocationCountry": {
      -                "type": "string"
      -              },
      -              "updatedAt": {
      -                "anyOf": [
      -                  {
      -                    "format": "date-time",
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "usWorkAuthorization": {
      -                "enum": [
      -                  "US_WORK_AUTHORIZATION_UNSPECIFIED",
      -                  "US_WORK_AUTHORIZATION_CITIZEN_OR_PERMANENT_RESIDENT",
      -                  "US_WORK_AUTHORIZATION_VISA_HOLDER",
      -                  "US_WORK_AUTHORIZATION_NOT_AUTHORIZED"
      -                ],
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "governmentMail": {
      -        "items": {
      -          "properties": {
      -            "contentType": {
      -              "type": "string"
      -            },
      -            "fileName": {
      -              "type": "string"
      -            },
      -            "s3Bucket": {
      -              "type": "string"
      -            },
      -            "s3Key": {
      -              "type": "string"
      -            },
      -            "uploadedAt": {
      -              "anyOf": [
      -                {
      -                  "format": "date-time",
      -                  "type": "string"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ]
      -            }
      -          },
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "guidanceResult": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "confidence": {
      -                "type": "string"
      -              },
      -              "indicators": {
      -                "items": {
      -                  "properties": {
      -                    "category": {
      -                      "type": "string"
      -                    },
      -                    "keywords": {
      -                      "items": {
      -                        "type": "string"
      -                      },
      -                      "type": "array"
      -                    },
      -                    "level": {
      -                      "type": "string"
      -                    }
      -                  },
      -                  "type": "object"
      -                },
      -                "type": "array"
      -              },
      -              "reason": {
      -                "type": "string"
      -              },
      -              "suggestedType": {
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "hasSsn": {
      -        "type": "boolean"
      -      },
      -      "id": {
      -        "anyOf": [
      -          {
      -            "description": "UUID value wrapper.",
      -            "properties": {
      -              "value": {
      -                "format": "uuid",
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "incorporator": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "address": {
      -                "anyOf": [
      -                  {
      -                    "properties": {
      -                      "city": {
      -                        "type": "string"
      -                      },
      -                      "country": {
      -                        "type": "string"
      -                      },
      -                      "county": {
      -                        "type": "string"
      -                      },
      -                      "state": {
      -                        "type": "string"
      -                      },
      -                      "street1": {
      -                        "type": "string"
      -                      },
      -                      "street2": {
      -                        "type": "string"
      -                      },
      -                      "zipCode": {
      -                        "type": "string"
      -                      }
      -                    },
      -                    "type": "object"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "name": {
      -                "anyOf": [
      -                  {
      -                    "description": "Human-readable name (1-255 Unicode chars).",
      -                    "properties": {
      -                      "value": {
      -                        "maxLength": 255,
      -                        "minLength": 1,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "type": "object"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              }
      -            },
      -            "required": [
      -              "name"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "naicsCode": {
      -        "type": "string"
      -      },
      -      "nameCheckResult": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "available": {
      -                "anyOf": [
      -                  {
      -                    "properties": {
      -                      "value": {
      -                        "type": "boolean"
      -                      }
      -                    },
      -                    "type": "object"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "canContinue": {
      -                "type": "boolean"
      -              },
      -              "checkedAt": {
      -                "type": "string"
      -              },
      -              "error": {
      -                "type": "boolean"
      -              },
      -              "message": {
      -                "type": "string"
      -              },
      -              "reason": {
      -                "type": "string"
      -              },
      -              "responseTimeMs": {
      -                "type": "string"
      -              },
      -              "suggestions": {
      -                "items": {
      -                  "type": "string"
      -                },
      -                "type": "array"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "nameReservationNumber": {
      -        "type": "string"
      -      },
      -      "needsVirtualPostMail": {
      -        "type": "boolean"
      -      },
      -      "notes": {
      -        "type": "string"
      -      },
      -      "officialEinDocument": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "contentType": {
      -                "type": "string"
      -              },
      -              "fileName": {
      -                "type": "string"
      -              },
      -              "s3Bucket": {
      -                "type": "string"
      -              },
      -              "s3Key": {
      -                "type": "string"
      -              },
      -              "uploadedAt": {
      -                "anyOf": [
      -                  {
      -                    "format": "date-time",
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "partnerCohortId": {
      -        "anyOf": [
      -          {
      -            "description": "UUID value wrapper.",
      -            "properties": {
      -              "value": {
      -                "format": "uuid",
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "partnerOrgId": {
      -        "anyOf": [
      -          {
      -            "description": "UUID value wrapper.",
      -            "properties": {
      -              "value": {
      -                "format": "uuid",
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "partnerPays": {
      -        "type": "boolean"
      -      },
      -      "paymentCompletedAt": {
      -        "anyOf": [
      -          {
      -            "format": "date-time",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "paymentStatus": {
      -        "enum": [
      -          "PAYMENT_STATUS_UNSPECIFIED",
      -          "PAYMENT_STATUS_PENDING",
      -          "PAYMENT_STATUS_COMPLETED",
      -          "PAYMENT_STATUS_FAILED",
      -          "PAYMENT_STATUS_REFUNDED"
      -        ],
      -        "type": "string"
      -      },
      -      "physicalBusinessAddress": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "city": {
      -                "type": "string"
      -              },
      -              "country": {
      -                "type": "string"
      -              },
      -              "county": {
      -                "type": "string"
      -              },
      -              "state": {
      -                "type": "string"
      -              },
      -              "street1": {
      -                "type": "string"
      -              },
      -              "street2": {
      -                "type": "string"
      -              },
      -              "zipCode": {
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "postFormationDocuments": {
      -        "items": {
      -          "properties": {
      -            "contentType": {
      -              "type": "string"
      -            },
      -            "fileName": {
      -              "type": "string"
      -            },
      -            "s3Bucket": {
      -              "type": "string"
      -            },
      -            "s3Key": {
      -              "type": "string"
      -            },
      -            "uploadedAt": {
      -              "anyOf": [
      -                {
      -                  "format": "date-time",
      -                  "type": "string"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ]
      -            }
      -          },
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "processingSpeed": {
      -        "enum": [
      -          "PROCESSING_SPEED_UNSPECIFIED",
      -          "PROCESSING_SPEED_REGULAR",
      -          "PROCESSING_SPEED_TWENTY_FOUR_HOUR",
      -          "PROCESSING_SPEED_SAME_DAY",
      -          "PROCESSING_SPEED_TWO_HOUR",
      -          "PROCESSING_SPEED_ONE_HOUR"
      -        ],
      -        "type": "string"
      -      },
      -      "purpose": {
      -        "type": "string"
      -      },
      -      "referenceCode": {
      -        "type": "string"
      -      },
      -      "referralCode": {
      -        "type": "string"
      -      },
      -      "registeredAgent": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "address": {
      -                "anyOf": [
      -                  {
      -                    "properties": {
      -                      "city": {
      -                        "type": "string"
      -                      },
      -                      "country": {
      -                        "type": "string"
      -                      },
      -                      "county": {
      -                        "type": "string"
      -                      },
      -                      "state": {
      -                        "type": "string"
      -                      },
      -                      "street1": {
      -                        "type": "string"
      -                      },
      -                      "street2": {
      -                        "type": "string"
      -                      },
      -                      "zipCode": {
      -                        "type": "string"
      -                      }
      -                    },
      -                    "type": "object"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "email": {
      -                "type": "string"
      -              },
      -              "isDefault": {
      -                "type": "boolean"
      -              },
      -              "name": {
      -                "anyOf": [
      -                  {
      -                    "description": "Human-readable name (1-255 Unicode chars).",
      -                    "properties": {
      -                      "value": {
      -                        "maxLength": 255,
      -                        "minLength": 1,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "type": "object"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "phone": {
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "name"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "registeredAgentPurchased": {
      -        "type": "boolean"
      -      },
      -      "selectedDomain": {
      -        "type": "string"
      -      },
      -      "sessionId": {
      -        "anyOf": [
      -          {
      -            "description": "UUID value wrapper.",
      -            "properties": {
      -              "value": {
      -                "format": "uuid",
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "shareStructure": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "authorizedShares": {
      -                "type": "string"
      -              },
      -              "isDefault": {
      -                "type": "boolean"
      -              },
      -              "parValuePerShare": {
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "shareholders": {
      -        "items": {
      -          "properties": {
      -            "address": {
      -              "anyOf": [
      -                {
      -                  "properties": {
      -                    "city": {
      -                      "type": "string"
      -                    },
      -                    "country": {
      -                      "type": "string"
      -                    },
      -                    "county": {
      -                      "type": "string"
      -                    },
      -                    "state": {
      -                      "type": "string"
      -                    },
      -                    "street1": {
      -                      "type": "string"
      -                    },
      -                    "street2": {
      -                      "type": "string"
      -                    },
      -                    "zipCode": {
      -                      "type": "string"
      -                    }
      -                  },
      -                  "type": "object"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ]
      -            },
      -            "addressType": {
      -              "enum": [
      -                "ADDRESS_TYPE_UNSPECIFIED",
      -                "ADDRESS_TYPE_RESIDENTIAL",
      -                "ADDRESS_TYPE_BUSINESS"
      -              ],
      -              "type": "string"
      -            },
      -            "dateOfBirth": {
      -              "type": "string"
      -            },
      -            "effectiveDate": {
      -              "anyOf": [
      -                {
      -                  "format": "date-time",
      -                  "type": "string"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ]
      -            },
      -            "email": {
      -              "type": "string"
      -            },
      -            "firstName": {
      -              "type": "string"
      -            },
      -            "fullName": {
      -              "type": "string"
      -            },
      -            "id": {
      -              "anyOf": [
      -                {
      -                  "description": "UUID value wrapper.",
      -                  "properties": {
      -                    "value": {
      -                      "format": "uuid",
      -                      "type": "string"
      -                    }
      -                  },
      -                  "type": "object"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ]
      -            },
      -            "investmentAmountCents": {
      -              "type": "string"
      -            },
      -            "issueDate": {
      -              "anyOf": [
      -                {
      -                  "format": "date-time",
      -                  "type": "string"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ]
      -            },
      -            "lastName": {
      -              "type": "string"
      -            },
      -            "ownershipPercentage": {
      -              "type": "string"
      -            },
      -            "phone": {
      -              "type": "string"
      -            },
      -            "role": {
      -              "enum": [
      -                "SHAREHOLDER_ROLE_UNSPECIFIED",
      -                "SHAREHOLDER_ROLE_MANAGING_MEMBER",
      -                "SHAREHOLDER_ROLE_MEMBER",
      -                "SHAREHOLDER_ROLE_SHAREHOLDER",
      -                "SHAREHOLDER_ROLE_DIRECTOR",
      -                "SHAREHOLDER_ROLE_OFFICER"
      -              ],
      -              "type": "string"
      -            },
      -            "round": {
      -              "type": "string"
      -            },
      -            "safeTerms": {
      -              "anyOf": [
      -                {
      -                  "properties": {
      -                    "discountPercentage": {
      -                      "type": "string"
      -                    },
      -                    "investmentAmountCents": {
      -                      "type": "string"
      -                    },
      -                    "postMoney": {
      -                      "type": "boolean"
      -                    },
      -                    "safeIssueDate": {
      -                      "anyOf": [
      -                        {
      -                          "format": "date-time",
      -                          "type": "string"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ]
      -                    },
      -                    "signedByName": {
      -                      "type": "string"
      -                    },
      -                    "signedByTitle": {
      -                      "type": "string"
      -                    },
      -                    "valuationCapCents": {
      -                      "type": "string"
      -                    }
      -                  },
      -                  "type": "object"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ]
      -            },
      -            "shareClass": {
      -              "enum": [
      -                "SHARE_CLASS_UNSPECIFIED",
      -                "SHARE_CLASS_COMMON",
      -                "SHARE_CLASS_PREFERRED",
      -                "SHARE_CLASS_OPTION",
      -                "SHARE_CLASS_SAFE"
      -              ],
      -              "type": "string"
      -            },
      -            "shareCount": {
      -              "type": "string"
      -            },
      -            "signedByName": {
      -              "type": "string"
      -            },
      -            "signedByTitle": {
      -              "type": "string"
      -            },
      -            "signedDate": {
      -              "anyOf": [
      -                {
      -                  "format": "date-time",
      -                  "type": "string"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ]
      -            },
      -            "sourceBbox": {
      -              "type": "string"
      -            },
      -            "sourcePage": {
      -              "type": "integer"
      -            },
      -            "ssnLast4": {
      -              "type": "string"
      -            },
      -            "stakeholderType": {
      -              "enum": [
      -                "STAKEHOLDER_TYPE_UNSPECIFIED",
      -                "STAKEHOLDER_TYPE_FOUNDER",
      -                "STAKEHOLDER_TYPE_ANGEL",
      -                "STAKEHOLDER_TYPE_INVESTOR_ENTITY",
      -                "STAKEHOLDER_TYPE_EMPLOYEE_POOL",
      -                "STAKEHOLDER_TYPE_ADVISOR_POOL",
      -                "STAKEHOLDER_TYPE_RESERVE"
      -              ],
      -              "type": "string"
      -            },
      -            "strikePriceCents": {
      -              "type": "string"
      -            },
      -            "title": {
      -              "type": "string"
      -            },
      -            "vestingCliffMonths": {
      -              "type": "integer"
      -            },
      -            "vestingStartDate": {
      -              "anyOf": [
      -                {
      -                  "format": "date-time",
      -                  "type": "string"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ]
      -            },
      -            "vestingTotalMonths": {
      -              "type": "integer"
      -            }
      -          },
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "signedEinDocument": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "contentType": {
      -                "type": "string"
      -              },
      -              "fileName": {
      -                "type": "string"
      -              },
      -              "s3Bucket": {
      -                "type": "string"
      -              },
      -              "s3Key": {
      -                "type": "string"
      -              },
      -              "uploadedAt": {
      -                "anyOf": [
      -                  {
      -                    "format": "date-time",
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "source": {
      -        "enum": [
      -          "FORMATION_SOURCE_UNSPECIFIED",
      -          "FORMATION_SOURCE_WEB",
      -          "FORMATION_SOURCE_MCP",
      -          "FORMATION_SOURCE_CLI",
      -          "FORMATION_SOURCE_AGENTS",
      -          "FORMATION_SOURCE_CONVERSATIONAL",
      -          "FORMATION_SOURCE_NAME_GEN",
      -          "FORMATION_SOURCE_WHATSAPP",
      -          "FORMATION_SOURCE_TELEGRAM",
      -          "FORMATION_SOURCE_LANDING"
      -        ],
      -        "type": "string"
      -      },
      -      "stampedCertificate": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "contentType": {
      -                "type": "string"
      -              },
      -              "fileName": {
      -                "type": "string"
      -              },
      -              "s3Bucket": {
      -                "type": "string"
      -              },
      -              "s3Key": {
      -                "type": "string"
      -              },
      -              "uploadedAt": {
      -                "anyOf": [
      -                  {
      -                    "format": "date-time",
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "stateOfFormation": {
      -        "type": "string"
      -      },
      -      "status": {
      -        "enum": [
      -          "FORMATION_STATUS_UNSPECIFIED",
      -          "FORMATION_STATUS_INITIATED",
      -          "FORMATION_STATUS_IN_PROGRESS",
      -          "FORMATION_STATUS_PAYMENT_PENDING",
      -          "FORMATION_STATUS_PAYMENT_COMPLETE",
      -          "FORMATION_STATUS_FILING_IN_PROGRESS",
      -          "FORMATION_STATUS_COMPLETED",
      -          "FORMATION_STATUS_FAILED",
      -          "FORMATION_STATUS_CANCELLED",
      -          "FORMATION_STATUS_IMPORTED"
      -        ],
      -        "type": "string"
      -      },
      -      "submittedAt": {
      -        "anyOf": [
      -          {
      -            "format": "date-time",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "submitter": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "address": {
      -                "anyOf": [
      -                  {
      -                    "properties": {
      -                      "city": {
      -                        "type": "string"
      -                      },
      -                      "country": {
      -                        "type": "string"
      -                      },
      -                      "county": {
      -                        "type": "string"
      -                      },
      -                      "state": {
      -                        "type": "string"
      -                      },
      -                      "street1": {
      -                        "type": "string"
      -                      },
      -                      "street2": {
      -                        "type": "string"
      -                      },
      -                      "zipCode": {
      -                        "type": "string"
      -                      }
      -                    },
      -                    "type": "object"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "email": {
      -                "type": "string"
      -              },
      -              "firstName": {
      -                "type": "string"
      -              },
      -              "lastName": {
      -                "type": "string"
      -              },
      -              "phone": {
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "updatedAt": {
      -        "anyOf": [
      -          {
      -            "format": "date-time",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "userId": {
      -        "anyOf": [
      -          {
      -            "description": "UUID value wrapper.",
      -            "properties": {
      -              "value": {
      -                "format": "uuid",
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      }
      -    },
      -    "type": "object"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "acknowledgedWarnings": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "addressSource": {
      +        "enum": [
      +          "ADDRESS_SOURCE_UNSPECIFIED",
      +          "ADDRESS_SOURCE_OWN",
      +          "ADDRESS_SOURCE_NEED_ASSISTANCE"
      +        ],
      +        "type": "string"
      +      },
      +      "alternateName": {
      +        "type": "string"
      +      },
      +      "assignedAgent": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "email": {
      +                "type": "string"
      +              },
      +              "fullName": {
      +                "type": "string"
      +              },
      +              "id": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "authorizedParty": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "email": {
      +                "type": "string"
      +              },
      +              "name": {
      +                "anyOf": [
      +                  {
      +                    "description": "Human-readable name (1-255 Unicode chars).",
      +                    "properties": {
      +                      "value": {
      +                        "maxLength": 255,
      +                        "minLength": 1,
      +                        "type": "string"
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "phone": {
      +                "type": "string"
      +              },
      +              "title": {
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "name"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "bankingIntent": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "cardPreference": {
      +                "enum": [
      +                  "CARD_PREFERENCE_UNSPECIFIED",
      +                  "CARD_PREFERENCE_VIRTUAL_ONLY",
      +                  "CARD_PREFERENCE_PHYSICAL_AND_VIRTUAL"
      +                ],
      +                "type": "string"
      +              },
      +              "cardShippingAddress": {
      +                "anyOf": [
      +                  {
      +                    "properties": {
      +                      "city": {
      +                        "type": "string"
      +                      },
      +                      "country": {
      +                        "type": "string"
      +                      },
      +                      "county": {
      +                        "type": "string"
      +                      },
      +                      "state": {
      +                        "type": "string"
      +                      },
      +                      "street1": {
      +                        "type": "string"
      +                      },
      +                      "street2": {
      +                        "type": "string"
      +                      },
      +                      "zipCode": {
      +                        "type": "string"
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "expectedMonthlySpend": {
      +                "enum": [
      +                  "MONTHLY_SPEND_BAND_UNSPECIFIED",
      +                  "MONTHLY_SPEND_BAND_UNDER_5K",
      +                  "MONTHLY_SPEND_BAND_FROM_5K_TO_25K",
      +                  "MONTHLY_SPEND_BAND_FROM_25K_TO_100K",
      +                  "MONTHLY_SPEND_BAND_OVER_100K"
      +                ],
      +                "type": "string"
      +              },
      +              "openWhenEinReady": {
      +                "type": "boolean"
      +              },
      +              "recordedAt": {
      +                "anyOf": [
      +                  {
      +                    "format": "date-time",
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "shipCardsToHomeAddress": {
      +                "type": "boolean"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "businessDescription": {
      +        "type": "string"
      +      },
      +      "certificateData": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "approvedAt": {
      +                "anyOf": [
      +                  {
      +                    "format": "date-time",
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "certificateId": {
      +                "type": "string"
      +              },
      +              "downloadUrl": {
      +                "type": "string"
      +              },
      +              "expiresAt": {
      +                "anyOf": [
      +                  {
      +                    "format": "date-time",
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "generatedAt": {
      +                "anyOf": [
      +                  {
      +                    "format": "date-time",
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "s3Uri": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "certificateFiled": {
      +        "type": "boolean"
      +      },
      +      "certificateStamped": {
      +        "type": "boolean"
      +      },
      +      "certificateUrl": {
      +        "type": "string"
      +      },
      +      "cohortDeal": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "currencyCode": {
      +                "type": "string"
      +              },
      +              "discountRate": {
      +                "type": "string"
      +              },
      +              "displayHeadline": {
      +                "anyOf": [
      +                  {
      +                    "description": "Free-form description (max 5000 chars).",
      +                    "properties": {
      +                      "value": {
      +                        "maxLength": 5000,
      +                        "type": "string"
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "instrument": {
      +                "type": "string"
      +              },
      +              "investmentAmount": {
      +                "type": "string"
      +              },
      +              "investorLegalName": {
      +                "anyOf": [
      +                  {
      +                    "description": "Human-readable name (1-255 Unicode chars).",
      +                    "properties": {
      +                      "value": {
      +                        "maxLength": 255,
      +                        "minLength": 1,
      +                        "type": "string"
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "mfn": {
      +                "type": "boolean"
      +              },
      +              "proRata": {
      +                "type": "boolean"
      +              },
      +              "valuationCap": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "cohortDealTermsId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "companyAddress": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "city": {
      +                "type": "string"
      +              },
      +              "country": {
      +                "type": "string"
      +              },
      +              "county": {
      +                "type": "string"
      +              },
      +              "state": {
      +                "type": "string"
      +              },
      +              "street1": {
      +                "type": "string"
      +              },
      +              "street2": {
      +                "type": "string"
      +              },
      +              "zipCode": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "companyId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "companyName": {
      +        "type": "string"
      +      },
      +      "companyStage": {
      +        "enum": [
      +          "COMPANY_STAGE_UNSPECIFIED",
      +          "COMPANY_STAGE_IDEA",
      +          "COMPANY_STAGE_BUILDING",
      +          "COMPANY_STAGE_REVENUE"
      +        ],
      +        "type": "string"
      +      },
      +      "confirmationNumber": {
      +        "type": "string"
      +      },
      +      "conversationHistory": {
      +        "items": {
      +          "properties": {
      +            "content": {
      +              "type": "string"
      +            },
      +            "role": {
      +              "type": "string"
      +            },
      +            "timestamp": {
      +              "type": "string"
      +            },
      +            "tool": {
      +              "type": "string"
      +            }
      +          },
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "createdAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "currentStep": {
      +        "enum": [
      +          "FORMATION_STEP_UNSPECIFIED",
      +          "FORMATION_STEP_CREATED",
      +          "FORMATION_STEP_BUSINESS_DESCRIBED",
      +          "FORMATION_STEP_STATE_SELECTED",
      +          "FORMATION_STEP_TYPE_SELECTED",
      +          "FORMATION_STEP_ENDING_SELECTED",
      +          "FORMATION_STEP_NAME_SET",
      +          "FORMATION_STEP_NAME_CHECKED",
      +          "FORMATION_STEP_COMPANY_ADDRESS_SET",
      +          "FORMATION_STEP_AGENT_SET",
      +          "FORMATION_STEP_SHARES_SET",
      +          "FORMATION_STEP_SHAREHOLDERS_ADDED",
      +          "FORMATION_STEP_AUTHORIZED_PARTY_SET",
      +          "FORMATION_STEP_CERTIFICATE_GENERATED",
      +          "FORMATION_STEP_CERTIFICATE_APPROVED",
      +          "FORMATION_STEP_COMPLETED",
      +          "FORMATION_STEP_FOUNDER_PROFILE_SET",
      +          "FORMATION_STEP_TEAM_EQUITY_SET",
      +          "FORMATION_STEP_DEAL_CONFIRMED",
      +          "FORMATION_STEP_BANKING_INTENT_SET",
      +          "FORMATION_STEP_SIGNED",
      +          "FORMATION_STEP_INDUSTRY_SET"
      +        ],
      +        "type": "string"
      +      },
      +      "dealTermsConfirmedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "directorsAndOfficers": {
      +        "items": {
      +          "properties": {
      +            "address": {
      +              "anyOf": [
      +                {
      +                  "properties": {
      +                    "city": {
      +                      "type": "string"
      +                    },
      +                    "country": {
      +                      "type": "string"
      +                    },
      +                    "county": {
      +                      "type": "string"
      +                    },
      +                    "state": {
      +                      "type": "string"
      +                    },
      +                    "street1": {
      +                      "type": "string"
      +                    },
      +                    "street2": {
      +                      "type": "string"
      +                    },
      +                    "zipCode": {
      +                      "type": "string"
      +                    }
      +                  },
      +                  "type": "object"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "email": {
      +              "type": "string"
      +            },
      +            "id": {
      +              "anyOf": [
      +                {
      +                  "description": "UUID value wrapper.",
      +                  "properties": {
      +                    "value": {
      +                      "format": "uuid",
      +                      "type": "string"
      +                    }
      +                  },
      +                  "type": "object"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "name": {
      +              "anyOf": [
      +                {
      +                  "description": "Human-readable name (1-255 Unicode chars).",
      +                  "properties": {
      +                    "value": {
      +                      "maxLength": 255,
      +                      "minLength": 1,
      +                      "type": "string"
      +                    }
      +                  },
      +                  "type": "object"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "phone": {
      +              "type": "string"
      +            },
      +            "title": {
      +              "type": "string"
      +            },
      +            "type": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "name"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "effectiveDate": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "einDocument": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "contentType": {
      +                "type": "string"
      +              },
      +              "fileName": {
      +                "type": "string"
      +              },
      +              "s3Bucket": {
      +                "type": "string"
      +              },
      +              "s3Key": {
      +                "type": "string"
      +              },
      +              "uploadedAt": {
      +                "anyOf": [
      +                  {
      +                    "format": "date-time",
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "einFiled": {
      +        "type": "boolean"
      +      },
      +      "einFilingInfoSubmitted": {
      +        "type": "boolean"
      +      },
      +      "einNumber": {
      +        "type": "string"
      +      },
      +      "einReceived": {
      +        "type": "boolean"
      +      },
      +      "election83b": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "companyAddress": {
      +                "anyOf": [
      +                  {
      +                    "properties": {
      +                      "city": {
      +                        "type": "string"
      +                      },
      +                      "country": {
      +                        "type": "string"
      +                      },
      +                      "line1": {
      +                        "type": "string"
      +                      },
      +                      "state": {
      +                        "type": "string"
      +                      },
      +                      "zip": {
      +                        "type": "string"
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "deadline": {
      +                "type": "string"
      +              },
      +              "fmvPerShare": {
      +                "type": "number"
      +              },
      +              "generatedAt": {
      +                "anyOf": [
      +                  {
      +                    "format": "date-time",
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "grantDate": {
      +                "type": "string"
      +              },
      +              "irsServiceCenter": {
      +                "enum": [
      +                  "IRS_SERVICE_CENTER_UNSPECIFIED",
      +                  "IRS_SERVICE_CENTER_AUSTIN",
      +                  "IRS_SERVICE_CENTER_KANSAS_CITY",
      +                  "IRS_SERVICE_CENTER_OGDEN"
      +                ],
      +                "type": "string"
      +              },
      +              "isNonResidentAlien": {
      +                "type": "boolean"
      +              },
      +              "itinAppliedFor": {
      +                "type": "boolean"
      +              },
      +              "lateFiling": {
      +                "type": "boolean"
      +              },
      +              "paidPerShare": {
      +                "type": "number"
      +              },
      +              "restrictions": {
      +                "type": "string"
      +              },
      +              "shareQuantity": {
      +                "type": "string"
      +              },
      +              "signatureAnchor": {
      +                "anyOf": [
      +                  {
      +                    "properties": {
      +                      "date": {
      +                        "anyOf": [
      +                          {
      +                            "properties": {
      +                              "fontSize": {
      +                                "type": "number"
      +                              },
      +                              "xFromLeft": {
      +                                "type": "number"
      +                              },
      +                              "yFromBottom": {
      +                                "type": "number"
      +                              }
      +                            },
      +                            "type": "object"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ]
      +                      },
      +                      "pageHeight": {
      +                        "type": "number"
      +                      },
      +                      "pageIndex": {
      +                        "type": "integer"
      +                      },
      +                      "pageWidth": {
      +                        "type": "number"
      +                      },
      +                      "signature": {
      +                        "anyOf": [
      +                          {
      +                            "properties": {
      +                              "height": {
      +                                "type": "number"
      +                              },
      +                              "width": {
      +                                "type": "number"
      +                              },
      +                              "xFromLeft": {
      +                                "type": "number"
      +                              },
      +                              "yFromBottom": {
      +                                "type": "number"
      +                              }
      +                            },
      +                            "type": "object"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ]
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "signatureEnvelopeId": {
      +                "type": "string"
      +              },
      +              "signedAt": {
      +                "type": "string"
      +              },
      +              "signedPdfS3Bucket": {
      +                "type": "string"
      +              },
      +              "signedPdfS3Key": {
      +                "type": "string"
      +              },
      +              "signedPdfSha256": {
      +                "type": "string"
      +              },
      +              "stateOfIncorporation": {
      +                "type": "string"
      +              },
      +              "stockClass": {
      +                "type": "string"
      +              },
      +              "taxableYear": {
      +                "type": "string"
      +              },
      +              "taxpayerAddress": {
      +                "anyOf": [
      +                  {
      +                    "properties": {
      +                      "city": {
      +                        "type": "string"
      +                      },
      +                      "country": {
      +                        "type": "string"
      +                      },
      +                      "line1": {
      +                        "type": "string"
      +                      },
      +                      "state": {
      +                        "type": "string"
      +                      },
      +                      "zip": {
      +                        "type": "string"
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "taxpayerName": {
      +                "type": "string"
      +              },
      +              "unsignedPdfS3Bucket": {
      +                "type": "string"
      +              },
      +              "unsignedPdfS3Key": {
      +                "type": "string"
      +              },
      +              "unsignedPdfSha256": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "election83bIntent": {
      +        "type": "boolean"
      +      },
      +      "entityEnding": {
      +        "type": "string"
      +      },
      +      "entityType": {
      +        "enum": [
      +          "ENTITY_TYPE_UNSPECIFIED",
      +          "ENTITY_TYPE_LLC",
      +          "ENTITY_TYPE_C_CORP",
      +          "ENTITY_TYPE_S_CORP"
      +        ],
      +        "type": "string"
      +      },
      +      "fieldProvenance": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": true,
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "filedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "filingError": {
      +        "type": "string"
      +      },
      +      "filingFeeCollectedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "formationOrderPurchased": {
      +        "type": "boolean"
      +      },
      +      "formationOrderStatus": {
      +        "type": "string"
      +      },
      +      "founderExperience": {
      +        "type": "string"
      +      },
      +      "founderInviteId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "founderProfile": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "companyRole": {
      +                "enum": [
      +                  "FOUNDER_COMPANY_ROLE_UNSPECIFIED",
      +                  "FOUNDER_COMPANY_ROLE_CEO",
      +                  "FOUNDER_COMPANY_ROLE_CTO",
      +                  "FOUNDER_COMPANY_ROLE_OTHER"
      +                ],
      +                "type": "string"
      +              },
      +              "companyRoleOther": {
      +                "type": "string"
      +              },
      +              "dateOfBirth": {
      +                "type": "string"
      +              },
      +              "email": {
      +                "type": "string"
      +              },
      +              "firstName": {
      +                "type": "string"
      +              },
      +              "homeAddress": {
      +                "anyOf": [
      +                  {
      +                    "properties": {
      +                      "city": {
      +                        "type": "string"
      +                      },
      +                      "country": {
      +                        "type": "string"
      +                      },
      +                      "county": {
      +                        "type": "string"
      +                      },
      +                      "state": {
      +                        "type": "string"
      +                      },
      +                      "street1": {
      +                        "type": "string"
      +                      },
      +                      "street2": {
      +                        "type": "string"
      +                      },
      +                      "zipCode": {
      +                        "type": "string"
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "lastName": {
      +                "type": "string"
      +              },
      +              "linkedinUrl": {
      +                "type": "string"
      +              },
      +              "livesOutsideUs": {
      +                "type": "boolean"
      +              },
      +              "phone": {
      +                "type": "string"
      +              },
      +              "phoneCountryCode": {
      +                "type": "string"
      +              },
      +              "primaryLocationCountry": {
      +                "type": "string"
      +              },
      +              "updatedAt": {
      +                "anyOf": [
      +                  {
      +                    "format": "date-time",
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "usWorkAuthorization": {
      +                "enum": [
      +                  "US_WORK_AUTHORIZATION_UNSPECIFIED",
      +                  "US_WORK_AUTHORIZATION_CITIZEN_OR_PERMANENT_RESIDENT",
      +                  "US_WORK_AUTHORIZATION_VISA_HOLDER",
      +                  "US_WORK_AUTHORIZATION_NOT_AUTHORIZED"
      +                ],
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "governmentMail": {
      +        "items": {
      +          "properties": {
      +            "contentType": {
      +              "type": "string"
      +            },
      +            "fileName": {
      +              "type": "string"
      +            },
      +            "s3Bucket": {
      +              "type": "string"
      +            },
      +            "s3Key": {
      +              "type": "string"
      +            },
      +            "uploadedAt": {
      +              "anyOf": [
      +                {
      +                  "format": "date-time",
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            }
      +          },
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "guidanceResult": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "confidence": {
      +                "type": "string"
      +              },
      +              "indicators": {
      +                "items": {
      +                  "properties": {
      +                    "category": {
      +                      "type": "string"
      +                    },
      +                    "keywords": {
      +                      "items": {
      +                        "type": "string"
      +                      },
      +                      "type": "array"
      +                    },
      +                    "level": {
      +                      "type": "string"
      +                    }
      +                  },
      +                  "type": "object"
      +                },
      +                "type": "array"
      +              },
      +              "reason": {
      +                "type": "string"
      +              },
      +              "suggestedType": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "hasSsn": {
      +        "type": "boolean"
      +      },
      +      "id": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "incorporator": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "address": {
      +                "anyOf": [
      +                  {
      +                    "properties": {
      +                      "city": {
      +                        "type": "string"
      +                      },
      +                      "country": {
      +                        "type": "string"
      +                      },
      +                      "county": {
      +                        "type": "string"
      +                      },
      +                      "state": {
      +                        "type": "string"
      +                      },
      +                      "street1": {
      +                        "type": "string"
      +                      },
      +                      "street2": {
      +                        "type": "string"
      +                      },
      +                      "zipCode": {
      +                        "type": "string"
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "name": {
      +                "anyOf": [
      +                  {
      +                    "description": "Human-readable name (1-255 Unicode chars).",
      +                    "properties": {
      +                      "value": {
      +                        "maxLength": 255,
      +                        "minLength": 1,
      +                        "type": "string"
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              }
      +            },
      +            "required": [
      +              "name"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "naicsCode": {
      +        "type": "string"
      +      },
      +      "nameCheckResult": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "available": {
      +                "anyOf": [
      +                  {
      +                    "properties": {
      +                      "value": {
      +                        "type": "boolean"
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "canContinue": {
      +                "type": "boolean"
      +              },
      +              "checkedAt": {
      +                "type": "string"
      +              },
      +              "error": {
      +                "type": "boolean"
      +              },
      +              "message": {
      +                "type": "string"
      +              },
      +              "reason": {
      +                "type": "string"
      +              },
      +              "responseTimeMs": {
      +                "type": "string"
      +              },
      +              "suggestions": {
      +                "items": {
      +                  "type": "string"
      +                },
      +                "type": "array"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "nameReservationNumber": {
      +        "type": "string"
      +      },
      +      "needsVirtualPostMail": {
      +        "type": "boolean"
      +      },
      +      "notes": {
      +        "type": "string"
      +      },
      +      "officialEinDocument": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "contentType": {
      +                "type": "string"
      +              },
      +              "fileName": {
      +                "type": "string"
      +              },
      +              "s3Bucket": {
      +                "type": "string"
      +              },
      +              "s3Key": {
      +                "type": "string"
      +              },
      +              "uploadedAt": {
      +                "anyOf": [
      +                  {
      +                    "format": "date-time",
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "partnerCohortId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "partnerOrgId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "partnerPays": {
      +        "type": "boolean"
      +      },
      +      "paymentCompletedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "paymentStatus": {
      +        "enum": [
      +          "PAYMENT_STATUS_UNSPECIFIED",
      +          "PAYMENT_STATUS_PENDING",
      +          "PAYMENT_STATUS_COMPLETED",
      +          "PAYMENT_STATUS_FAILED",
      +          "PAYMENT_STATUS_REFUNDED"
      +        ],
      +        "type": "string"
      +      },
      +      "physicalBusinessAddress": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "city": {
      +                "type": "string"
      +              },
      +              "country": {
      +                "type": "string"
      +              },
      +              "county": {
      +                "type": "string"
      +              },
      +              "state": {
      +                "type": "string"
      +              },
      +              "street1": {
      +                "type": "string"
      +              },
      +              "street2": {
      +                "type": "string"
      +              },
      +              "zipCode": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "postFormationDocuments": {
      +        "items": {
      +          "properties": {
      +            "contentType": {
      +              "type": "string"
      +            },
      +            "fileName": {
      +              "type": "string"
      +            },
      +            "s3Bucket": {
      +              "type": "string"
      +            },
      +            "s3Key": {
      +              "type": "string"
      +            },
      +            "uploadedAt": {
      +              "anyOf": [
      +                {
      +                  "format": "date-time",
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            }
      +          },
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "processingSpeed": {
      +        "enum": [
      +          "PROCESSING_SPEED_UNSPECIFIED",
      +          "PROCESSING_SPEED_REGULAR",
      +          "PROCESSING_SPEED_TWENTY_FOUR_HOUR",
      +          "PROCESSING_SPEED_SAME_DAY",
      +          "PROCESSING_SPEED_TWO_HOUR",
      +          "PROCESSING_SPEED_ONE_HOUR"
      +        ],
      +        "type": "string"
      +      },
      +      "purpose": {
      +        "type": "string"
      +      },
      +      "referenceCode": {
      +        "type": "string"
      +      },
      +      "referralCode": {
      +        "type": "string"
      +      },
      +      "registeredAgent": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "address": {
      +                "anyOf": [
      +                  {
      +                    "properties": {
      +                      "city": {
      +                        "type": "string"
      +                      },
      +                      "country": {
      +                        "type": "string"
      +                      },
      +                      "county": {
      +                        "type": "string"
      +                      },
      +                      "state": {
      +                        "type": "string"
      +                      },
      +                      "street1": {
      +                        "type": "string"
      +                      },
      +                      "street2": {
      +                        "type": "string"
      +                      },
      +                      "zipCode": {
      +                        "type": "string"
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "email": {
      +                "type": "string"
      +              },
      +              "isDefault": {
      +                "type": "boolean"
      +              },
      +              "name": {
      +                "anyOf": [
      +                  {
      +                    "description": "Human-readable name (1-255 Unicode chars).",
      +                    "properties": {
      +                      "value": {
      +                        "maxLength": 255,
      +                        "minLength": 1,
      +                        "type": "string"
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "phone": {
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "name"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "registeredAgentPurchased": {
      +        "type": "boolean"
      +      },
      +      "selectedDomain": {
      +        "type": "string"
      +      },
      +      "sessionId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "shareStructure": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "authorizedShares": {
      +                "type": "string"
      +              },
      +              "isDefault": {
      +                "type": "boolean"
      +              },
      +              "parValuePerShare": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "shareholders": {
      +        "items": {
      +          "properties": {
      +            "address": {
      +              "anyOf": [
      +                {
      +                  "properties": {
      +                    "city": {
      +                      "type": "string"
      +                    },
      +                    "country": {
      +                      "type": "string"
      +                    },
      +                    "county": {
      +                      "type": "string"
      +                    },
      +                    "state": {
      +                      "type": "string"
      +                    },
      +                    "street1": {
      +                      "type": "string"
      +                    },
      +                    "street2": {
      +                      "type": "string"
      +                    },
      +                    "zipCode": {
      +                      "type": "string"
      +                    }
      +                  },
      +                  "type": "object"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "addressType": {
      +              "enum": [
      +                "ADDRESS_TYPE_UNSPECIFIED",
      +                "ADDRESS_TYPE_RESIDENTIAL",
      +                "ADDRESS_TYPE_BUSINESS"
      +              ],
      +              "type": "string"
      +            },
      +            "dateOfBirth": {
      +              "type": "string"
      +            },
      +            "effectiveDate": {
      +              "anyOf": [
      +                {
      +                  "format": "date-time",
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "email": {
      +              "type": "string"
      +            },
      +            "firstName": {
      +              "type": "string"
      +            },
      +            "fullName": {
      +              "type": "string"
      +            },
      +            "id": {
      +              "anyOf": [
      +                {
      +                  "description": "UUID value wrapper.",
      +                  "properties": {
      +                    "value": {
      +                      "format": "uuid",
      +                      "type": "string"
      +                    }
      +                  },
      +                  "type": "object"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "investmentAmountCents": {
      +              "type": "string"
      +            },
      +            "issueDate": {
      +              "anyOf": [
      +                {
      +                  "format": "date-time",
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "lastName": {
      +              "type": "string"
      +            },
      +            "ownershipPercentage": {
      +              "type": "string"
      +            },
      +            "phone": {
      +              "type": "string"
      +            },
      +            "role": {
      +              "enum": [
      +                "SHAREHOLDER_ROLE_UNSPECIFIED",
      +                "SHAREHOLDER_ROLE_MANAGING_MEMBER",
      +                "SHAREHOLDER_ROLE_MEMBER",
      +                "SHAREHOLDER_ROLE_SHAREHOLDER",
      +                "SHAREHOLDER_ROLE_DIRECTOR",
      +                "SHAREHOLDER_ROLE_OFFICER"
      +              ],
      +              "type": "string"
      +            },
      +            "round": {
      +              "type": "string"
      +            },
      +            "safeTerms": {
      +              "anyOf": [
      +                {
      +                  "properties": {
      +                    "discountPercentage": {
      +                      "type": "string"
      +                    },
      +                    "investmentAmountCents": {
      +                      "type": "string"
      +                    },
      +                    "postMoney": {
      +                      "type": "boolean"
      +                    },
      +                    "safeIssueDate": {
      +                      "anyOf": [
      +                        {
      +                          "format": "date-time",
      +                          "type": "string"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ]
      +                    },
      +                    "signedByName": {
      +                      "type": "string"
      +                    },
      +                    "signedByTitle": {
      +                      "type": "string"
      +                    },
      +                    "valuationCapCents": {
      +                      "type": "string"
      +                    }
      +                  },
      +                  "type": "object"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "shareClass": {
      +              "enum": [
      +                "SHARE_CLASS_UNSPECIFIED",
      +                "SHARE_CLASS_COMMON",
      +                "SHARE_CLASS_PREFERRED",
      +                "SHARE_CLASS_OPTION",
      +                "SHARE_CLASS_SAFE"
      +              ],
      +              "type": "string"
      +            },
      +            "shareCount": {
      +              "type": "string"
      +            },
      +            "signedByName": {
      +              "type": "string"
      +            },
      +            "signedByTitle": {
      +              "type": "string"
      +            },
      +            "signedDate": {
      +              "anyOf": [
      +                {
      +                  "format": "date-time",
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "sourceBbox": {
      +              "type": "string"
      +            },
      +            "sourcePage": {
      +              "type": "integer"
      +            },
      +            "ssnLast4": {
      +              "type": "string"
      +            },
      +            "stakeholderType": {
      +              "enum": [
      +                "STAKEHOLDER_TYPE_UNSPECIFIED",
      +                "STAKEHOLDER_TYPE_FOUNDER",
      +                "STAKEHOLDER_TYPE_ANGEL",
      +                "STAKEHOLDER_TYPE_INVESTOR_ENTITY",
      +                "STAKEHOLDER_TYPE_EMPLOYEE_POOL",
      +                "STAKEHOLDER_TYPE_ADVISOR_POOL",
      +                "STAKEHOLDER_TYPE_RESERVE"
      +              ],
      +              "type": "string"
      +            },
      +            "strikePriceCents": {
      +              "type": "string"
      +            },
      +            "title": {
      +              "type": "string"
      +            },
      +            "vestingCliffMonths": {
      +              "type": "integer"
      +            },
      +            "vestingStartDate": {
      +              "anyOf": [
      +                {
      +                  "format": "date-time",
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "vestingTotalMonths": {
      +              "type": "integer"
      +            }
      +          },
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "signedEinDocument": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "contentType": {
      +                "type": "string"
      +              },
      +              "fileName": {
      +                "type": "string"
      +              },
      +              "s3Bucket": {
      +                "type": "string"
      +              },
      +              "s3Key": {
      +                "type": "string"
      +              },
      +              "uploadedAt": {
      +                "anyOf": [
      +                  {
      +                    "format": "date-time",
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "source": {
      +        "enum": [
      +          "FORMATION_SOURCE_UNSPECIFIED",
      +          "FORMATION_SOURCE_WEB",
      +          "FORMATION_SOURCE_MCP",
      +          "FORMATION_SOURCE_CLI",
      +          "FORMATION_SOURCE_AGENTS",
      +          "FORMATION_SOURCE_CONVERSATIONAL",
      +          "FORMATION_SOURCE_NAME_GEN",
      +          "FORMATION_SOURCE_WHATSAPP",
      +          "FORMATION_SOURCE_TELEGRAM",
      +          "FORMATION_SOURCE_LANDING"
      +        ],
      +        "type": "string"
      +      },
      +      "stampedCertificate": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "contentType": {
      +                "type": "string"
      +              },
      +              "fileName": {
      +                "type": "string"
      +              },
      +              "s3Bucket": {
      +                "type": "string"
      +              },
      +              "s3Key": {
      +                "type": "string"
      +              },
      +              "uploadedAt": {
      +                "anyOf": [
      +                  {
      +                    "format": "date-time",
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "stateOfFormation": {
      +        "type": "string"
      +      },
      +      "status": {
      +        "enum": [
      +          "FORMATION_STATUS_UNSPECIFIED",
      +          "FORMATION_STATUS_INITIATED",
      +          "FORMATION_STATUS_IN_PROGRESS",
      +          "FORMATION_STATUS_PAYMENT_PENDING",
      +          "FORMATION_STATUS_PAYMENT_COMPLETE",
      +          "FORMATION_STATUS_FILING_IN_PROGRESS",
      +          "FORMATION_STATUS_COMPLETED",
      +          "FORMATION_STATUS_FAILED",
      +          "FORMATION_STATUS_CANCELLED",
      +          "FORMATION_STATUS_IMPORTED"
      +        ],
      +        "type": "string"
      +      },
      +      "submittedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "submitter": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "address": {
      +                "anyOf": [
      +                  {
      +                    "properties": {
      +                      "city": {
      +                        "type": "string"
      +                      },
      +                      "country": {
      +                        "type": "string"
      +                      },
      +                      "county": {
      +                        "type": "string"
      +                      },
      +                      "state": {
      +                        "type": "string"
      +                      },
      +                      "street1": {
      +                        "type": "string"
      +                      },
      +                      "street2": {
      +                        "type": "string"
      +                      },
      +                      "zipCode": {
      +                        "type": "string"
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "email": {
      +                "type": "string"
      +              },
      +              "firstName": {
      +                "type": "string"
      +              },
      +              "lastName": {
      +                "type": "string"
      +              },
      +              "phone": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "updatedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "userId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
  2. Changed22 schema fields changed
    • removedInput schema / properties / shareholders / items / properties / address / properties / city / pattern
      Removed value: -"^[A-Za-z .'-]+$"
    • removedInput schema / properties / shareholders / items / properties / address / properties / country / maxLength
      Removed value: -2
    • changedInput schema / properties / shareholders / items / properties / address / properties / country / pattern
      Previous value: -"^[A-Z]*$"New value: +"^[A-Z]{2}$"
    • removedInput schema / properties / shareholders / items / properties / address / properties / county / pattern
      Removed value: -"^[A-Za-z ]*$"
    • changedInput schema / properties / shareholders / items / properties / address / properties / state / maxLength
      Previous value: -50New value: +100
    • removedInput schema / properties / shareholders / items / properties / address / properties / state / minLength
      Removed value: -1
    • removedInput schema / properties / shareholders / items / properties / address / properties / state / pattern
      Removed value: -"^[A-Za-z ]+$"
    • removedInput schema / properties / shareholders / items / properties / address / properties / street1 / pattern
      Removed value: -"^[A-Za-z0-9 .,#/-]+$"
    • removedInput schema / properties / shareholders / items / properties / address / properties / street2 / pattern
      Removed value: -"^[A-Za-z0-9 .,#/-]*$"
    • changedInput schema / properties / shareholders / items / properties / address / properties / zipCode / maxLength
      Previous value: -10New value: +20
    • removedInput schema / properties / shareholders / items / properties / address / properties / zipCode / minLength
      Removed value: -5
    • removedInput schema / properties / shareholders / items / properties / address / properties / zipCode / pattern
      Removed value: -"^[0-9]{5}(-[0-9]{4})?$"
    • addedInput schema / properties / shareholders / items / properties / addressType
      Added value: +{
      +  "enum": [
      +    "ADDRESS_TYPE_UNSPECIFIED",
      +    "ADDRESS_TYPE_RESIDENTIAL",
      +    "ADDRESS_TYPE_BUSINESS"
      +  ],
      +  "type": "string"
      +}
    • addedInput schema / properties / shareholders / items / properties / dateOfBirth
      Added value: +{
      +  "maxLength": 10,
      +  "pattern": "^([0-9]{4}-[0-9]{2}-[0-9]{2})?$",
      +  "type": "string"
      +}
    • addedInput schema / properties / shareholders / items / properties / ssnLast4
      Added value: +{
      +  "maxLength": 4,
      +  "pattern": "^([0-9]{4})?$",
      +  "type": "string"
      +}
    • addedOutput schema / properties / formation / anyOf
      Added value: +[
      +  {
      +    "properties": {
      +      "acknowledgedWarnings": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "addressSource": {
      +        "enum": [
      +          "ADDRESS_SOURCE_UNSPECIFIED",
      +          "ADDRESS_SOURCE_OWN",
      +          "ADDRESS_SOURCE_NEED_ASSISTANCE"
      +        ],
      +        "type": "string"
      +      },
      +      "alternateName": {
      +        "type": "string"
      +      },
      +      "assignedAgent": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "email": {
      +                "type": "string"
      +              },
      +              "fullName": {
      +                "type": "string"
      +              },
      +              "id": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "authorizedParty": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "email": {
      +                "type": "string"
      +              },
      +              "name": {
      +                "anyOf": [
      +                  {
      +                    "description": "Human-readable name (1-255 Unicode chars).",
      +                    "properties": {
      +                      "value": {
      +                        "maxLength": 255,
      +                        "minLength": 1,
      +                        "type": "string"
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "phone": {
      +                "type": "string"
      +              },
      +              "title": {
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "name"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "bankingIntent": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "cardPreference": {
      +                "enum": [
      +                  "CARD_PREFERENCE_UNSPECIFIED",
      +                  "CARD_PREFERENCE_VIRTUAL_ONLY",
      +                  "CARD_PREFERENCE_PHYSICAL_AND_VIRTUAL"
      +                ],
      +                "type": "string"
      +              },
      +              "cardShippingAddress": {
      +                "anyOf": [
      +                  {
      +                    "properties": {
      +                      "city": {
      +                        "type": "string"
      +                      },
      +                      "country": {
      +                        "type": "string"
      +                      },
      +                      "county": {
      +                        "type": "string"
      +                      },
      +                      "state": {
      +                        "type": "string"
      +                      },
      +                      "street1": {
      +                        "type": "string"
      +                      },
      +                      "street2": {
      +                        "type": "string"
      +                      },
      +                      "zipCode": {
      +                        "type": "string"
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "expectedMonthlySpend": {
      +                "enum": [
      +                  "MONTHLY_SPEND_BAND_UNSPECIFIED",
      +                  "MONTHLY_SPEND_BAND_UNDER_5K",
      +                  "MONTHLY_SPEND_BAND_FROM_5K_TO_25K",
      +                  "MONTHLY_SPEND_BAND_FROM_25K_TO_100K",
      +                  "MONTHLY_SPEND_BAND_OVER_100K"
      +                ],
      +                "type": "string"
      +              },
      +              "openWhenEinReady": {
      +                "type": "boolean"
      +              },
      +              "recordedAt": {
      +                "anyOf": [
      +                  {
      +                    "format": "date-time",
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "shipCardsToHomeAddress": {
      +                "type": "boolean"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "businessDescription": {
      +        "type": "string"
      +      },
      +      "certificateData": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "approvedAt": {
      +                "anyOf": [
      +                  {
      +                    "format": "date-time",
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "certificateId": {
      +                "type": "string"
      +              },
      +              "downloadUrl": {
      +                "type": "string"
      +              },
      +              "expiresAt": {
      +                "anyOf": [
      +                  {
      +                    "format": "date-time",
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "generatedAt": {
      +                "anyOf": [
      +                  {
      +                    "format": "date-time",
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "s3Uri": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "certificateFiled": {
      +        "type": "boolean"
      +      },
      +      "certificateStamped": {
      +        "type": "boolean"
      +      },
      +      "certificateUrl": {
      +        "type": "string"
      +      },
      +      "cohortDeal": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "currencyCode": {
      +                "type": "string"
      +              },
      +              "discountRate": {
      +                "type": "string"
      +              },
      +              "displayHeadline": {
      +                "anyOf": [
      +                  {
      +                    "description": "Free-form description (max 5000 chars).",
      +                    "properties": {
      +                      "value": {
      +                        "maxLength": 5000,
      +                        "type": "string"
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "instrument": {
      +                "type": "string"
      +              },
      +              "investmentAmount": {
      +                "type": "string"
      +              },
      +              "investorLegalName": {
      +                "anyOf": [
      +                  {
      +                    "description": "Human-readable name (1-255 Unicode chars).",
      +                    "properties": {
      +                      "value": {
      +                        "maxLength": 255,
      +                        "minLength": 1,
      +                        "type": "string"
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "mfn": {
      +                "type": "boolean"
      +              },
      +              "proRata": {
      +                "type": "boolean"
      +              },
      +              "valuationCap": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "cohortDealTermsId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "companyAddress": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "city": {
      +                "type": "string"
      +              },
      +              "country": {
      +                "type": "string"
      +              },
      +              "county": {
      +                "type": "string"
      +              },
      +              "state": {
      +                "type": "string"
      +              },
      +              "street1": {
      +                "type": "string"
      +              },
      +              "street2": {
      +                "type": "string"
      +              },
      +              "zipCode": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "companyId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "companyName": {
      +        "type": "string"
      +      },
      +      "companyStage": {
      +        "enum": [
      +          "COMPANY_STAGE_UNSPECIFIED",
      +          "COMPANY_STAGE_IDEA",
      +          "COMPANY_STAGE_BUILDING",
      +          "COMPANY_STAGE_REVENUE"
      +        ],
      +        "type": "string"
      +      },
      +      "confirmationNumber": {
      +        "type": "string"
      +      },
      +      "conversationHistory": {
      +        "items": {
      +          "properties": {
      +            "content": {
      +              "type": "string"
      +            },
      +            "role": {
      +              "type": "string"
      +            },
      +            "timestamp": {
      +              "type": "string"
      +            },
      +            "tool": {
      +              "type": "string"
      +            }
      +          },
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "createdAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "currentStep": {
      +        "enum": [
      +          "FORMATION_STEP_UNSPECIFIED",
      +          "FORMATION_STEP_CREATED",
      +          "FORMATION_STEP_BUSINESS_DESCRIBED",
      +          "FORMATION_STEP_STATE_SELECTED",
      +          "FORMATION_STEP_TYPE_SELECTED",
      +          "FORMATION_STEP_ENDING_SELECTED",
      +          "FORMATION_STEP_NAME_SET",
      +          "FORMATION_STEP_NAME_CHECKED",
      +          "FORMATION_STEP_COMPANY_ADDRESS_SET",
      +          "FORMATION_STEP_AGENT_SET",
      +          "FORMATION_STEP_SHARES_SET",
      +          "FORMATION_STEP_SHAREHOLDERS_ADDED",
      +          "FORMATION_STEP_AUTHORIZED_PARTY_SET",
      +          "FORMATION_STEP_CERTIFICATE_GENERATED",
      +          "FORMATION_STEP_CERTIFICATE_APPROVED",
      +          "FORMATION_STEP_COMPLETED",
      +          "FORMATION_STEP_FOUNDER_PROFILE_SET",
      +          "FORMATION_STEP_TEAM_EQUITY_SET",
      +          "FORMATION_STEP_DEAL_CONFIRMED",
      +          "FORMATION_STEP_BANKING_INTENT_SET",
      +          "FORMATION_STEP_SIGNED",
      +          "FORMATION_STEP_INDUSTRY_SET"
      +        ],
      +        "type": "string"
      +      },
      +      "dealTermsConfirmedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "directorsAndOfficers": {
      +        "items": {
      +          "properties": {
      +            "address": {
      +              "anyOf": [
      +                {
      +                  "properties": {
      +                    "city": {
      +                      "type": "string"
      +                    },
      +                    "country": {
      +                      "type": "string"
      +                    },
      +                    "county": {
      +                      "type": "string"
      +                    },
      +                    "state": {
      +                      "type": "string"
      +                    },
      +                    "street1": {
      +                      "type": "string"
      +                    },
      +                    "street2": {
      +                      "type": "string"
      +                    },
      +                    "zipCode": {
      +                      "type": "string"
      +                    }
      +                  },
      +                  "type": "object"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "email": {
      +              "type": "string"
      +            },
      +            "id": {
      +              "anyOf": [
      +                {
      +                  "description": "UUID value wrapper.",
      +                  "properties": {
      +                    "value": {
      +                      "format": "uuid",
      +                      "type": "string"
      +                    }
      +                  },
      +                  "type": "object"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "name": {
      +              "anyOf": [
      +                {
      +                  "description": "Human-readable name (1-255 Unicode chars).",
      +                  "properties": {
      +                    "value": {
      +                      "maxLength": 255,
      +                      "minLength": 1,
      +                      "type": "string"
      +                    }
      +                  },
      +                  "type": "object"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "phone": {
      +              "type": "string"
      +            },
      +            "title": {
      +              "type": "string"
      +            },
      +            "type": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "name"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "effectiveDate": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "einDocument": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "contentType": {
      +                "type": "string"
      +              },
      +              "fileName": {
      +                "type": "string"
      +              },
      +              "s3Bucket": {
      +                "type": "string"
      +              },
      +              "s3Key": {
      +                "type": "string"
      +              },
      +              "uploadedAt": {
      +                "anyOf": [
      +                  {
      +                    "format": "date-time",
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "einFiled": {
      +        "type": "boolean"
      +      },
      +      "einNumber": {
      +        "type": "string"
      +      },
      +      "einReceived": {
      +        "type": "boolean"
      +      },
      +      "election83b": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "companyAddress": {
      +                "anyOf": [
      +                  {
      +                    "properties": {
      +                      "city": {
      +                        "type": "string"
      +                      },
      +                      "country": {
      +                        "type": "string"
      +                      },
      +                      "line1": {
      +                        "type": "string"
      +                      },
      +                      "state": {
      +                        "type": "string"
      +                      },
      +                      "zip": {
      +                        "type": "string"
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "deadline": {
      +                "type": "string"
      +              },
      +              "fmvPerShare": {
      +                "type": "number"
      +              },
      +              "generatedAt": {
      +                "anyOf": [
      +                  {
      +                    "format": "date-time",
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "grantDate": {
      +                "type": "string"
      +              },
      +              "irsServiceCenter": {
      +                "enum": [
      +                  "IRS_SERVICE_CENTER_UNSPECIFIED",
      +                  "IRS_SERVICE_CENTER_AUSTIN",
      +                  "IRS_SERVICE_CENTER_KANSAS_CITY",
      +                  "IRS_SERVICE_CENTER_OGDEN"
      +                ],
      +                "type": "string"
      +              },
      +              "isNonResidentAlien": {
      +                "type": "boolean"
      +              },
      +              "itinAppliedFor": {
      +                "type": "boolean"
      +              },
      +              "lateFiling": {
      +                "type": "boolean"
      +              },
      +              "paidPerShare": {
      +                "type": "number"
      +              },
      +              "restrictions": {
      +                "type": "string"
      +              },
      +              "shareQuantity": {
      +                "type": "string"
      +              },
      +              "signatureAnchor": {
      +                "anyOf": [
      +                  {
      +                    "properties": {
      +                      "date": {
      +                        "anyOf": [
      +                          {
      +                            "properties": {
      +                              "fontSize": {
      +                                "type": "number"
      +                              },
      +                              "xFromLeft": {
      +                                "type": "number"
      +                              },
      +                              "yFromBottom": {
      +                                "type": "number"
      +                              }
      +                            },
      +                            "type": "object"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ]
      +                      },
      +                      "pageHeight": {
      +                        "type": "number"
      +                      },
      +                      "pageIndex": {
      +                        "type": "integer"
      +                      },
      +                      "pageWidth": {
      +                        "type": "number"
      +                      },
      +                      "signature": {
      +                        "anyOf": [
      +                          {
      +                            "properties": {
      +                              "height": {
      +                                "type": "number"
      +                              },
      +                              "width": {
      +                                "type": "number"
      +                              },
      +                              "xFromLeft": {
      +                                "type": "number"
      +                              },
      +                              "yFromBottom": {
      +                                "type": "number"
      +                              }
      +                            },
      +                            "type": "object"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ]
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "signatureEnvelopeId": {
      +                "type": "string"
      +              },
      +              "signedAt": {
      +                "type": "string"
      +              },
      +              "signedPdfS3Bucket": {
      +                "type": "string"
      +              },
      +              "signedPdfS3Key": {
      +                "type": "string"
      +              },
      +              "signedPdfSha256": {
      +                "type": "string"
      +              },
      +              "stateOfIncorporation": {
      +                "type": "string"
      +              },
      +              "stockClass": {
      +                "type": "string"
      +              },
      +              "taxableYear": {
      +                "type": "string"
      +              },
      +              "taxpayerAddress": {
      +                "anyOf": [
      +                  {
      +                    "properties": {
      +                      "city": {
      +                        "type": "string"
      +                      },
      +                      "country": {
      +                        "type": "string"
      +                      },
      +                      "line1": {
      +                        "type": "string"
      +                      },
      +                      "state": {
      +                        "type": "string"
      +                      },
      +                      "zip": {
      +                        "type": "string"
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "taxpayerName": {
      +                "type": "string"
      +              },
      +              "unsignedPdfS3Bucket": {
      +                "type": "string"
      +              },
      +              "unsignedPdfS3Key": {
      +                "type": "string"
      +              },
      +              "unsignedPdfSha256": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "election83bIntent": {
      +        "type": "boolean"
      +      },
      +      "entityEnding": {
      +        "type": "string"
      +      },
      +      "entityType": {
      +        "enum": [
      +          "ENTITY_TYPE_UNSPECIFIED",
      +          "ENTITY_TYPE_LLC",
      +          "ENTITY_TYPE_C_CORP",
      +          "ENTITY_TYPE_S_CORP"
      +        ],
      +        "type": "string"
      +      },
      +      "fieldProvenance": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": true,
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "filedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "filingError": {
      +        "type": "string"
      +      },
      +      "filingFeeCollectedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "formationOrderPurchased": {
      +        "type": "boolean"
      +      },
      +      "formationOrderStatus": {
      +        "type": "string"
      +      },
      +      "founderExperience": {
      +        "type": "string"
      +      },
      +      "founderInviteId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "founderProfile": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "companyRole": {
      +                "enum": [
      +                  "FOUNDER_COMPANY_ROLE_UNSPECIFIED",
      +                  "FOUNDER_COMPANY_ROLE_CEO",
      +                  "FOUNDER_COMPANY_ROLE_CTO",
      +                  "FOUNDER_COMPANY_ROLE_OTHER"
      +                ],
      +                "type": "string"
      +              },
      +              "companyRoleOther": {
      +                "type": "string"
      +              },
      +              "dateOfBirth": {
      +                "type": "string"
      +              },
      +              "email": {
      +                "type": "string"
      +              },
      +              "firstName": {
      +                "type": "string"
      +              },
      +              "homeAddress": {
      +                "anyOf": [
      +                  {
      +                    "properties": {
      +                      "city": {
      +                        "type": "string"
      +                      },
      +                      "country": {
      +                        "type": "string"
      +                      },
      +                      "county": {
      +                        "type": "string"
      +                      },
      +                      "state": {
      +                        "type": "string"
      +                      },
      +                      "street1": {
      +                        "type": "string"
      +                      },
      +                      "street2": {
      +                        "type": "string"
      +                      },
      +                      "zipCode": {
      +                        "type": "string"
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "lastName": {
      +                "type": "string"
      +              },
      +              "linkedinUrl": {
      +                "type": "string"
      +              },
      +              "livesOutsideUs": {
      +                "type": "boolean"
      +              },
      +              "phone": {
      +                "type": "string"
      +              },
      +              "phoneCountryCode": {
      +                "type": "string"
      +              },
      +              "primaryLocationCountry": {
      +                "type": "string"
      +              },
      +              "updatedAt": {
      +                "anyOf": [
      +                  {
      +                    "format": "date-time",
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "usWorkAuthorization": {
      +                "enum": [
      +                  "US_WORK_AUTHORIZATION_UNSPECIFIED",
      +                  "US_WORK_AUTHORIZATION_CITIZEN_OR_PERMANENT_RESIDENT",
      +                  "US_WORK_AUTHORIZATION_VISA_HOLDER",
      +                  "US_WORK_AUTHORIZATION_NOT_AUTHORIZED"
      +                ],
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "governmentMail": {
      +        "items": {
      +          "properties": {
      +            "contentType": {
      +              "type": "string"
      +            },
      +            "fileName": {
      +              "type": "string"
      +            },
      +            "s3Bucket": {
      +              "type": "string"
      +            },
      +            "s3Key": {
      +              "type": "string"
      +            },
      +            "uploadedAt": {
      +              "anyOf": [
      +                {
      +                  "format": "date-time",
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            }
      +          },
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "guidanceResult": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "confidence": {
      +                "type": "string"
      +              },
      +              "indicators": {
      +                "items": {
      +                  "properties": {
      +                    "category": {
      +                      "type": "string"
      +                    },
      +                    "keywords": {
      +                      "items": {
      +                        "type": "string"
      +                      },
      +                      "type": "array"
      +                    },
      +                    "level": {
      +                      "type": "string"
      +                    }
      +                  },
      +                  "type": "object"
      +                },
      +                "type": "array"
      +              },
      +              "reason": {
      +                "type": "string"
      +              },
      +              "suggestedType": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "hasSsn": {
      +        "type": "boolean"
      +      },
      +      "id": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "incorporator": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "address": {
      +                "anyOf": [
      +                  {
      +                    "properties": {
      +                      "city": {
      +                        "type": "string"
      +                      },
      +                      "country": {
      +                        "type": "string"
      +                      },
      +                      "county": {
      +                        "type": "string"
      +                      },
      +                      "state": {
      +                        "type": "string"
      +                      },
      +                      "street1": {
      +                        "type": "string"
      +                      },
      +                      "street2": {
      +                        "type": "string"
      +                      },
      +                      "zipCode": {
      +                        "type": "string"
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "name": {
      +                "anyOf": [
      +                  {
      +                    "description": "Human-readable name (1-255 Unicode chars).",
      +                    "properties": {
      +                      "value": {
      +                        "maxLength": 255,
      +                        "minLength": 1,
      +                        "type": "string"
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              }
      +            },
      +            "required": [
      +              "name"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "naicsCode": {
      +        "type": "string"
      +      },
      +      "nameCheckResult": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "available": {
      +                "anyOf": [
      +                  {
      +                    "properties": {
      +                      "value": {
      +                        "type": "boolean"
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "canContinue": {
      +                "type": "boolean"
      +              },
      +              "checkedAt": {
      +                "type": "string"
      +              },
      +              "error": {
      +                "type": "boolean"
      +              },
      +              "message": {
      +                "type": "string"
      +              },
      +              "reason": {
      +                "type": "string"
      +              },
      +              "responseTimeMs": {
      +                "type": "string"
      +              },
      +              "suggestions": {
      +                "items": {
      +                  "type": "string"
      +                },
      +                "type": "array"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "nameReservationNumber": {
      +        "type": "string"
      +      },
      +      "needsVirtualPostMail": {
      +        "type": "boolean"
      +      },
      +      "notes": {
      +        "type": "string"
      +      },
      +      "officialEinDocument": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "contentType": {
      +                "type": "string"
      +              },
      +              "fileName": {
      +                "type": "string"
      +              },
      +              "s3Bucket": {
      +                "type": "string"
      +              },
      +              "s3Key": {
      +                "type": "string"
      +              },
      +              "uploadedAt": {
      +                "anyOf": [
      +                  {
      +                    "format": "date-time",
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "partnerCohortId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "partnerOrgId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "partnerPays": {
      +        "type": "boolean"
      +      },
      +      "paymentCompletedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "paymentStatus": {
      +        "enum": [
      +          "PAYMENT_STATUS_UNSPECIFIED",
      +          "PAYMENT_STATUS_PENDING",
      +          "PAYMENT_STATUS_COMPLETED",
      +          "PAYMENT_STATUS_FAILED",
      +          "PAYMENT_STATUS_REFUNDED"
      +        ],
      +        "type": "string"
      +      },
      +      "physicalBusinessAddress": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "city": {
      +                "type": "string"
      +              },
      +              "country": {
      +                "type": "string"
      +              },
      +              "county": {
      +                "type": "string"
      +              },
      +              "state": {
      +                "type": "string"
      +              },
      +              "street1": {
      +                "type": "string"
      +              },
      +              "street2": {
      +                "type": "string"
      +              },
      +              "zipCode": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "postFormationDocuments": {
      +        "items": {
      +          "properties": {
      +            "contentType": {
      +              "type": "string"
      +            },
      +            "fileName": {
      +              "type": "string"
      +            },
      +            "s3Bucket": {
      +              "type": "string"
      +            },
      +            "s3Key": {
      +              "type": "string"
      +            },
      +            "uploadedAt": {
      +              "anyOf": [
      +                {
      +                  "format": "date-time",
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            }
      +          },
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "processingSpeed": {
      +        "enum": [
      +          "PROCESSING_SPEED_UNSPECIFIED",
      +          "PROCESSING_SPEED_REGULAR",
      +          "PROCESSING_SPEED_TWENTY_FOUR_HOUR",
      +          "PROCESSING_SPEED_SAME_DAY",
      +          "PROCESSING_SPEED_TWO_HOUR",
      +          "PROCESSING_SPEED_ONE_HOUR"
      +        ],
      +        "type": "string"
      +      },
      +      "purpose": {
      +        "type": "string"
      +      },
      +      "referenceCode": {
      +        "type": "string"
      +      },
      +      "referralCode": {
      +        "type": "string"
      +      },
      +      "registeredAgent": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "address": {
      +                "anyOf": [
      +                  {
      +                    "properties": {
      +                      "city": {
      +                        "type": "string"
      +                      },
      +                      "country": {
      +                        "type": "string"
      +                      },
      +                      "county": {
      +                        "type": "string"
      +                      },
      +                      "state": {
      +                        "type": "string"
      +                      },
      +                      "street1": {
      +                        "type": "string"
      +                      },
      +                      "street2": {
      +                        "type": "string"
      +                      },
      +                      "zipCode": {
      +                        "type": "string"
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "email": {
      +                "type": "string"
      +              },
      +              "isDefault": {
      +                "type": "boolean"
      +              },
      +              "name": {
      +                "anyOf": [
      +                  {
      +                    "description": "Human-readable name (1-255 Unicode chars).",
      +                    "properties": {
      +                      "value": {
      +                        "maxLength": 255,
      +                        "minLength": 1,
      +                        "type": "string"
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "phone": {
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "name"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "registeredAgentPurchased": {
      +        "type": "boolean"
      +      },
      +      "selectedDomain": {
      +        "type": "string"
      +      },
      +      "sessionId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "shareStructure": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "authorizedShares": {
      +                "type": "string"
      +              },
      +              "isDefault": {
      +                "type": "boolean"
      +              },
      +              "parValuePerShare": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "shareholders": {
      +        "items": {
      +          "properties": {
      +            "address": {
      +              "anyOf": [
      +                {
      +                  "properties": {
      +                    "city": {
      +                      "type": "string"
      +                    },
      +                    "country": {
      +                      "type": "string"
      +                    },
      +                    "county": {
      +                      "type": "string"
      +                    },
      +                    "state": {
      +                      "type": "string"
      +                    },
      +                    "street1": {
      +                      "type": "string"
      +                    },
      +                    "street2": {
      +                      "type": "string"
      +                    },
      +                    "zipCode": {
      +                      "type": "string"
      +                    }
      +                  },
      +                  "type": "object"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "addressType": {
      +              "enum": [
      +                "ADDRESS_TYPE_UNSPECIFIED",
      +                "ADDRESS_TYPE_RESIDENTIAL",
      +                "ADDRESS_TYPE_BUSINESS"
      +              ],
      +              "type": "string"
      +            },
      +            "dateOfBirth": {
      +              "type": "string"
      +            },
      +            "effectiveDate": {
      +              "anyOf": [
      +                {
      +                  "format": "date-time",
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "email": {
      +              "type": "string"
      +            },
      +            "firstName": {
      +              "type": "string"
      +            },
      +            "fullName": {
      +              "type": "string"
      +            },
      +            "id": {
      +              "anyOf": [
      +                {
      +                  "description": "UUID value wrapper.",
      +                  "properties": {
      +                    "value": {
      +                      "format": "uuid",
      +                      "type": "string"
      +                    }
      +                  },
      +                  "type": "object"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "investmentAmountCents": {
      +              "type": "string"
      +            },
      +            "issueDate": {
      +              "anyOf": [
      +                {
      +                  "format": "date-time",
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "lastName": {
      +              "type": "string"
      +            },
      +            "ownershipPercentage": {
      +              "type": "string"
      +            },
      +            "phone": {
      +              "type": "string"
      +            },
      +            "role": {
      +              "enum": [
      +                "SHAREHOLDER_ROLE_UNSPECIFIED",
      +                "SHAREHOLDER_ROLE_MANAGING_MEMBER",
      +                "SHAREHOLDER_ROLE_MEMBER",
      +                "SHAREHOLDER_ROLE_SHAREHOLDER",
      +                "SHAREHOLDER_ROLE_DIRECTOR",
      +                "SHAREHOLDER_ROLE_OFFICER"
      +              ],
      +              "type": "string"
      +            },
      +            "round": {
      +              "type": "string"
      +            },
      +            "safeTerms": {
      +              "anyOf": [
      +                {
      +                  "properties": {
      +                    "discountPercentage": {
      +                      "type": "string"
      +                    },
      +                    "investmentAmountCents": {
      +                      "type": "string"
      +                    },
      +                    "postMoney": {
      +                      "type": "boolean"
      +                    },
      +                    "safeIssueDate": {
      +                      "anyOf": [
      +                        {
      +                          "format": "date-time",
      +                          "type": "string"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ]
      +                    },
      +                    "signedByName": {
      +                      "type": "string"
      +                    },
      +                    "signedByTitle": {
      +                      "type": "string"
      +                    },
      +                    "valuationCapCents": {
      +                      "type": "string"
      +                    }
      +                  },
      +                  "type": "object"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "shareClass": {
      +              "enum": [
      +                "SHARE_CLASS_UNSPECIFIED",
      +                "SHARE_CLASS_COMMON",
      +                "SHARE_CLASS_PREFERRED",
      +                "SHARE_CLASS_OPTION",
      +                "SHARE_CLASS_SAFE"
      +              ],
      +              "type": "string"
      +            },
      +            "shareCount": {
      +              "type": "string"
      +            },
      +            "signedByName": {
      +              "type": "string"
      +            },
      +            "signedByTitle": {
      +              "type": "string"
      +            },
      +            "signedDate": {
      +              "anyOf": [
      +                {
      +                  "format": "date-time",
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "sourceBbox": {
      +              "type": "string"
      +            },
      +            "sourcePage": {
      +              "type": "integer"
      +            },
      +            "ssnLast4": {
      +              "type": "string"
      +            },
      +            "stakeholderType": {
      +              "enum": [
      +                "STAKEHOLDER_TYPE_UNSPECIFIED",
      +                "STAKEHOLDER_TYPE_FOUNDER",
      +                "STAKEHOLDER_TYPE_ANGEL",
      +                "STAKEHOLDER_TYPE_INVESTOR_ENTITY",
      +                "STAKEHOLDER_TYPE_EMPLOYEE_POOL",
      +                "STAKEHOLDER_TYPE_ADVISOR_POOL",
      +                "STAKEHOLDER_TYPE_RESERVE"
      +              ],
      +              "type": "string"
      +            },
      +            "strikePriceCents": {
      +              "type": "string"
      +            },
      +            "title": {
      +              "type": "string"
      +            },
      +            "vestingCliffMonths": {
      +              "type": "integer"
      +            },
      +            "vestingStartDate": {
      +              "anyOf": [
      +                {
      +                  "format": "date-time",
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "vestingTotalMonths": {
      +              "type": "integer"
      +            }
      +          },
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "signedEinDocument": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "contentType": {
      +                "type": "string"
      +              },
      +              "fileName": {
      +                "type": "string"
      +              },
      +              "s3Bucket": {
      +                "type": "string"
      +              },
      +              "s3Key": {
      +                "type": "string"
      +              },
      +              "uploadedAt": {
      +                "anyOf": [
      +                  {
      +                    "format": "date-time",
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "source": {
      +        "enum": [
      +          "FORMATION_SOURCE_UNSPECIFIED",
      +          "FORMATION_SOURCE_WEB",
      +          "FORMATION_SOURCE_MCP",
      +          "FORMATION_SOURCE_CLI",
      +          "FORMATION_SOURCE_AGENTS",
      +          "FORMATION_SOURCE_CONVERSATIONAL",
      +          "FORMATION_SOURCE_NAME_GEN",
      +          "FORMATION_SOURCE_WHATSAPP",
      +          "FORMATION_SOURCE_TELEGRAM",
      +          "FORMATION_SOURCE_LANDING"
      +        ],
      +        "type": "string"
      +      },
      +      "stampedCertificate": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "contentType": {
      +                "type": "string"
      +              },
      +              "fileName": {
      +                "type": "string"
      +              },
      +              "s3Bucket": {
      +                "type": "string"
      +              },
      +              "s3Key": {
      +                "type": "string"
      +              },
      +              "uploadedAt": {
      +                "anyOf": [
      +                  {
      +                    "format": "date-time",
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "stateOfFormation": {
      +        "type": "string"
      +      },
      +      "status": {
      +        "enum": [
      +          "FORMATION_STATUS_UNSPECIFIED",
      +          "FORMATION_STATUS_INITIATED",
      +          "FORMATION_STATUS_IN_PROGRESS",
      +          "FORMATION_STATUS_PAYMENT_PENDING",
      +          "FORMATION_STATUS_PAYMENT_COMPLETE",
      +          "FORMATION_STATUS_FILING_IN_PROGRESS",
      +          "FORMATION_STATUS_COMPLETED",
      +          "FORMATION_STATUS_FAILED",
      +          "FORMATION_STATUS_CANCELLED",
      +          "FORMATION_STATUS_IMPORTED"
      +        ],
      +        "type": "string"
      +      },
      +      "submittedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "submitter": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "address": {
      +                "anyOf": [
      +                  {
      +                    "properties": {
      +                      "city": {
      +                        "type": "string"
      +                      },
      +                      "country": {
      +                        "type": "string"
      +                      },
      +                      "county": {
      +                        "type": "string"
      +                      },
      +                      "state": {
      +                        "type": "string"
      +                      },
      +                      "street1": {
      +                        "type": "string"
      +                      },
      +                      "street2": {
      +                        "type": "string"
      +                      },
      +                      "zipCode": {
      +                        "type": "string"
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "email": {
      +                "type": "string"
      +              },
      +              "firstName": {
      +                "type": "string"
      +              },
      +              "lastName": {
      +                "type": "string"
      +              },
      +              "phone": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "updatedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "userId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / formation / properties
      Removed value: -{
      -  "acknowledgedWarnings": {
      -    "items": {
      -      "type": "string"
      -    },
      -    "type": "array"
      -  },
      -  "addressSource": {
      -    "enum": [
      -      "ADDRESS_SOURCE_UNSPECIFIED",
      -      "ADDRESS_SOURCE_OWN",
      -      "ADDRESS_SOURCE_NEED_ASSISTANCE"
      -    ],
      -    "type": "string"
      -  },
      -  "assignedAgent": {
      -    "properties": {
      -      "email": {
      -        "type": "string"
      -      },
      -      "fullName": {
      -        "type": "string"
      -      },
      -      "id": {
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "authorizedParty": {
      -    "properties": {
      -      "email": {
      -        "type": "string"
      -      },
      -      "name": {
      -        "description": "Human-readable name (1-255 Unicode chars).",
      -        "properties": {
      -          "value": {
      -            "maxLength": 255,
      -            "minLength": 1,
      -            "type": "string"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "phone": {
      -        "type": "string"
      -      },
      -      "title": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "name"
      -    ],
      -    "type": "object"
      -  },
      -  "businessDescription": {
      -    "type": "string"
      -  },
      -  "certificateData": {
      -    "properties": {
      -      "approvedAt": {
      -        "format": "date-time",
      -        "type": "string"
      -      },
      -      "certificateId": {
      -        "type": "string"
      -      },
      -      "downloadUrl": {
      -        "type": "string"
      -      },
      -      "expiresAt": {
      -        "format": "date-time",
      -        "type": "string"
      -      },
      -      "generatedAt": {
      -        "format": "date-time",
      -        "type": "string"
      -      },
      -      "s3Uri": {
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "certificateFiled": {
      -    "type": "boolean"
      -  },
      -  "certificateStamped": {
      -    "type": "boolean"
      -  },
      -  "certificateUrl": {
      -    "type": "string"
      -  },
      -  "companyAddress": {
      -    "properties": {
      -      "city": {
      -        "type": "string"
      -      },
      -      "country": {
      -        "type": "string"
      -      },
      -      "county": {
      -        "type": "string"
      -      },
      -      "state": {
      -        "type": "string"
      -      },
      -      "street1": {
      -        "type": "string"
      -      },
      -      "street2": {
      -        "type": "string"
      -      },
      -      "zipCode": {
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "companyId": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "companyName": {
      -    "type": "string"
      -  },
      -  "confirmationNumber": {
      -    "type": "string"
      -  },
      -  "conversationHistory": {
      -    "items": {
      -      "properties": {
      -        "content": {
      -          "type": "string"
      -        },
      -        "role": {
      -          "type": "string"
      -        },
      -        "timestamp": {
      -          "type": "string"
      -        },
      -        "tool": {
      -          "type": "string"
      -        }
      -      },
      -      "type": "object"
      -    },
      -    "type": "array"
      -  },
      -  "createdAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "currentStep": {
      -    "enum": [
      -      "FORMATION_STEP_UNSPECIFIED",
      -      "FORMATION_STEP_CREATED",
      -      "FORMATION_STEP_BUSINESS_DESCRIBED",
      -      "FORMATION_STEP_STATE_SELECTED",
      -      "FORMATION_STEP_TYPE_SELECTED",
      -      "FORMATION_STEP_ENDING_SELECTED",
      -      "FORMATION_STEP_NAME_SET",
      -      "FORMATION_STEP_NAME_CHECKED",
      -      "FORMATION_STEP_COMPANY_ADDRESS_SET",
      -      "FORMATION_STEP_AGENT_SET",
      -      "FORMATION_STEP_SHARES_SET",
      -      "FORMATION_STEP_SHAREHOLDERS_ADDED",
      -      "FORMATION_STEP_AUTHORIZED_PARTY_SET",
      -      "FORMATION_STEP_CERTIFICATE_GENERATED",
      -      "FORMATION_STEP_CERTIFICATE_APPROVED",
      -      "FORMATION_STEP_COMPLETED"
      -    ],
      -    "type": "string"
      -  },
      -  "directorsAndOfficers": {
      -    "items": {
      -      "properties": {
      -        "address": {
      -          "properties": {
      -            "city": {
      -              "type": "string"
      -            },
      -            "country": {
      -              "type": "string"
      -            },
      -            "county": {
      -              "type": "string"
      -            },
      -            "state": {
      -              "type": "string"
      -            },
      -            "street1": {
      -              "type": "string"
      -            },
      -            "street2": {
      -              "type": "string"
      -            },
      -            "zipCode": {
      -              "type": "string"
      -            }
      -          },
      -          "type": "object"
      -        },
      -        "email": {
      -          "type": "string"
      -        },
      -        "id": {
      -          "description": "UUID value wrapper.",
      -          "properties": {
      -            "value": {
      -              "format": "uuid",
      -              "type": "string"
      -            }
      -          },
      -          "type": "object"
      -        },
      -        "name": {
      -          "description": "Human-readable name (1-255 Unicode chars).",
      -          "properties": {
      -            "value": {
      -              "maxLength": 255,
      -              "minLength": 1,
      -              "type": "string"
      -            }
      -          },
      -          "type": "object"
      -        },
      -        "phone": {
      -          "type": "string"
      -        },
      -        "title": {
      -          "type": "string"
      -        },
      -        "type": {
      -          "type": "string"
      -        }
      -      },
      -      "required": [
      -        "name"
      -      ],
      -      "type": "object"
      -    },
      -    "type": "array"
      -  },
      -  "effectiveDate": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "einDocument": {
      -    "properties": {
      -      "contentType": {
      -        "type": "string"
      -      },
      -      "fileName": {
      -        "type": "string"
      -      },
      -      "s3Bucket": {
      -        "type": "string"
      -      },
      -      "s3Key": {
      -        "type": "string"
      -      },
      -      "uploadedAt": {
      -        "format": "date-time",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "einFiled": {
      -    "type": "boolean"
      -  },
      -  "einNumber": {
      -    "type": "string"
      -  },
      -  "einReceived": {
      -    "type": "boolean"
      -  },
      -  "election83b": {
      -    "properties": {
      -      "companyAddress": {
      -        "properties": {
      -          "city": {
      -            "type": "string"
      -          },
      -          "country": {
      -            "type": "string"
      -          },
      -          "line1": {
      -            "type": "string"
      -          },
      -          "state": {
      -            "type": "string"
      -          },
      -          "zip": {
      -            "type": "string"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "deadline": {
      -        "type": "string"
      -      },
      -      "fmvPerShare": {
      -        "type": "number"
      -      },
      -      "generatedAt": {
      -        "format": "date-time",
      -        "type": "string"
      -      },
      -      "grantDate": {
      -        "type": "string"
      -      },
      -      "irsServiceCenter": {
      -        "enum": [
      -          "IRS_SERVICE_CENTER_UNSPECIFIED",
      -          "IRS_SERVICE_CENTER_AUSTIN",
      -          "IRS_SERVICE_CENTER_KANSAS_CITY",
      -          "IRS_SERVICE_CENTER_OGDEN"
      -        ],
      -        "type": "string"
      -      },
      -      "isNonResidentAlien": {
      -        "type": "boolean"
      -      },
      -      "itinAppliedFor": {
      -        "type": "boolean"
      -      },
      -      "lateFiling": {
      -        "type": "boolean"
      -      },
      -      "paidPerShare": {
      -        "type": "number"
      -      },
      -      "restrictions": {
      -        "type": "string"
      -      },
      -      "shareQuantity": {
      -        "type": "string"
      -      },
      -      "signatureAnchor": {
      -        "properties": {
      -          "date": {
      -            "properties": {
      -              "fontSize": {
      -                "type": "number"
      -              },
      -              "xFromLeft": {
      -                "type": "number"
      -              },
      -              "yFromBottom": {
      -                "type": "number"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          "pageHeight": {
      -            "type": "number"
      -          },
      -          "pageIndex": {
      -            "type": "integer"
      -          },
      -          "pageWidth": {
      -            "type": "number"
      -          },
      -          "signature": {
      -            "properties": {
      -              "height": {
      -                "type": "number"
      -              },
      -              "width": {
      -                "type": "number"
      -              },
      -              "xFromLeft": {
      -                "type": "number"
      -              },
      -              "yFromBottom": {
      -                "type": "number"
      -              }
      -            },
      -            "type": "object"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "signatureEnvelopeId": {
      -        "type": "string"
      -      },
      -      "signedAt": {
      -        "type": "string"
      -      },
      -      "signedPdfS3Bucket": {
      -        "type": "string"
      -      },
      -      "signedPdfS3Key": {
      -        "type": "string"
      -      },
      -      "signedPdfSha256": {
      -        "type": "string"
      -      },
      -      "stateOfIncorporation": {
      -        "type": "string"
      -      },
      -      "stockClass": {
      -        "type": "string"
      -      },
      -      "taxableYear": {
      -        "type": "string"
      -      },
      -      "taxpayerAddress": {
      -        "properties": {
      -          "city": {
      -            "type": "string"
      -          },
      -          "country": {
      -            "type": "string"
      -          },
      -          "line1": {
      -            "type": "string"
      -          },
      -          "state": {
      -            "type": "string"
      -          },
      -          "zip": {
      -            "type": "string"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "taxpayerName": {
      -        "type": "string"
      -      },
      -      "unsignedPdfS3Bucket": {
      -        "type": "string"
      -      },
      -      "unsignedPdfS3Key": {
      -        "type": "string"
      -      },
      -      "unsignedPdfSha256": {
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "entityEnding": {
      -    "type": "string"
      -  },
      -  "entityType": {
      -    "enum": [
      -      "ENTITY_TYPE_UNSPECIFIED",
      -      "ENTITY_TYPE_LLC",
      -      "ENTITY_TYPE_C_CORP",
      -      "ENTITY_TYPE_S_CORP"
      -    ],
      -    "type": "string"
      -  },
      -  "filedAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "filingError": {
      -    "type": "string"
      -  },
      -  "filingFeeCollectedAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "formationOrderPurchased": {
      -    "type": "boolean"
      -  },
      -  "formationOrderStatus": {
      -    "type": "string"
      -  },
      -  "founderExperience": {
      -    "type": "string"
      -  },
      -  "governmentMail": {
      -    "items": {
      -      "properties": {
      -        "contentType": {
      -          "type": "string"
      -        },
      -        "fileName": {
      -          "type": "string"
      -        },
      -        "s3Bucket": {
      -          "type": "string"
      -        },
      -        "s3Key": {
      -          "type": "string"
      -        },
      -        "uploadedAt": {
      -          "format": "date-time",
      -          "type": "string"
      -        }
      -      },
      -      "type": "object"
      -    },
      -    "type": "array"
      -  },
      -  "guidanceResult": {
      -    "properties": {
      -      "confidence": {
      -        "type": "string"
      -      },
      -      "indicators": {
      -        "items": {
      -          "properties": {
      -            "category": {
      -              "type": "string"
      -            },
      -            "keywords": {
      -              "items": {
      -                "type": "string"
      -              },
      -              "type": "array"
      -            },
      -            "level": {
      -              "type": "string"
      -            }
      -          },
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "reason": {
      -        "type": "string"
      -      },
      -      "suggestedType": {
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "id": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "incorporator": {
      -    "properties": {
      -      "address": {
      -        "properties": {
      -          "city": {
      -            "type": "string"
      -          },
      -          "country": {
      -            "type": "string"
      -          },
      -          "county": {
      -            "type": "string"
      -          },
      -          "state": {
      -            "type": "string"
      -          },
      -          "street1": {
      -            "type": "string"
      -          },
      -          "street2": {
      -            "type": "string"
      -          },
      -          "zipCode": {
      -            "type": "string"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "name": {
      -        "description": "Human-readable name (1-255 Unicode chars).",
      -        "properties": {
      -          "value": {
      -            "maxLength": 255,
      -            "minLength": 1,
      -            "type": "string"
      -          }
      -        },
      -        "type": "object"
      -      }
      -    },
      -    "required": [
      -      "name"
      -    ],
      -    "type": "object"
      -  },
      -  "nameCheckResult": {
      -    "properties": {
      -      "available": {
      -        "properties": {
      -          "value": {
      -            "type": "boolean"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "canContinue": {
      -        "type": "boolean"
      -      },
      -      "checkedAt": {
      -        "type": "string"
      -      },
      -      "error": {
      -        "type": "boolean"
      -      },
      -      "message": {
      -        "type": "string"
      -      },
      -      "reason": {
      -        "type": "string"
      -      },
      -      "responseTimeMs": {
      -        "type": "string"
      -      },
      -      "suggestions": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "nameReservationNumber": {
      -    "type": "string"
      -  },
      -  "needsVirtualPostMail": {
      -    "type": "boolean"
      -  },
      -  "notes": {
      -    "type": "string"
      -  },
      -  "officialEinDocument": {
      -    "properties": {
      -      "contentType": {
      -        "type": "string"
      -      },
      -      "fileName": {
      -        "type": "string"
      -      },
      -      "s3Bucket": {
      -        "type": "string"
      -      },
      -      "s3Key": {
      -        "type": "string"
      -      },
      -      "uploadedAt": {
      -        "format": "date-time",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "paymentCompletedAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "paymentStatus": {
      -    "enum": [
      -      "PAYMENT_STATUS_UNSPECIFIED",
      -      "PAYMENT_STATUS_PENDING",
      -      "PAYMENT_STATUS_COMPLETED",
      -      "PAYMENT_STATUS_FAILED",
      -      "PAYMENT_STATUS_REFUNDED"
      -    ],
      -    "type": "string"
      -  },
      -  "postFormationDocuments": {
      -    "items": {
      -      "properties": {
      -        "contentType": {
      -          "type": "string"
      -        },
      -        "fileName": {
      -          "type": "string"
      -        },
      -        "s3Bucket": {
      -          "type": "string"
      -        },
      -        "s3Key": {
      -          "type": "string"
      -        },
      -        "uploadedAt": {
      -          "format": "date-time",
      -          "type": "string"
      -        }
      -      },
      -      "type": "object"
      -    },
      -    "type": "array"
      -  },
      -  "processingSpeed": {
      -    "enum": [
      -      "PROCESSING_SPEED_UNSPECIFIED",
      -      "PROCESSING_SPEED_REGULAR",
      -      "PROCESSING_SPEED_TWENTY_FOUR_HOUR",
      -      "PROCESSING_SPEED_SAME_DAY",
      -      "PROCESSING_SPEED_TWO_HOUR",
      -      "PROCESSING_SPEED_ONE_HOUR"
      -    ],
      -    "type": "string"
      -  },
      -  "purpose": {
      -    "type": "string"
      -  },
      -  "referralCode": {
      -    "type": "string"
      -  },
      -  "registeredAgent": {
      -    "properties": {
      -      "address": {
      -        "properties": {
      -          "city": {
      -            "type": "string"
      -          },
      -          "country": {
      -            "type": "string"
      -          },
      -          "county": {
      -            "type": "string"
      -          },
      -          "state": {
      -            "type": "string"
      -          },
      -          "street1": {
      -            "type": "string"
      -          },
      -          "street2": {
      -            "type": "string"
      -          },
      -          "zipCode": {
      -            "type": "string"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "email": {
      -        "type": "string"
      -      },
      -      "isDefault": {
      -        "type": "boolean"
      -      },
      -      "name": {
      -        "description": "Human-readable name (1-255 Unicode chars).",
      -        "properties": {
      -          "value": {
      -            "maxLength": 255,
      -            "minLength": 1,
      -            "type": "string"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "phone": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "name"
      -    ],
      -    "type": "object"
      -  },
      -  "registeredAgentPurchased": {
      -    "type": "boolean"
      -  },
      -  "sessionId": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "shareStructure": {
      -    "properties": {
      -      "authorizedShares": {
      -        "type": "string"
      -      },
      -      "isDefault": {
      -        "type": "boolean"
      -      },
      -      "parValuePerShare": {
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "shareholders": {
      -    "items": {
      -      "properties": {
      -        "address": {
      -          "properties": {
      -            "city": {
      -              "type": "string"
      -            },
      -            "country": {
      -              "type": "string"
      -            },
      -            "county": {
      -              "type": "string"
      -            },
      -            "state": {
      -              "type": "string"
      -            },
      -            "street1": {
      -              "type": "string"
      -            },
      -            "street2": {
      -              "type": "string"
      -            },
      -            "zipCode": {
      -              "type": "string"
      -            }
      -          },
      -          "type": "object"
      -        },
      -        "effectiveDate": {
      -          "format": "date-time",
      -          "type": "string"
      -        },
      -        "email": {
      -          "type": "string"
      -        },
      -        "firstName": {
      -          "type": "string"
      -        },
      -        "fullName": {
      -          "type": "string"
      -        },
      -        "id": {
      -          "description": "UUID value wrapper.",
      -          "properties": {
      -            "value": {
      -              "format": "uuid",
      -              "type": "string"
      -            }
      -          },
      -          "type": "object"
      -        },
      -        "investmentAmountCents": {
      -          "type": "string"
      -        },
      -        "issueDate": {
      -          "format": "date-time",
      -          "type": "string"
      -        },
      -        "lastName": {
      -          "type": "string"
      -        },
      -        "ownershipPercentage": {
      -          "type": "string"
      -        },
      -        "phone": {
      -          "type": "string"
      -        },
      -        "role": {
      -          "enum": [
      -            "SHAREHOLDER_ROLE_UNSPECIFIED",
      -            "SHAREHOLDER_ROLE_MANAGING_MEMBER",
      -            "SHAREHOLDER_ROLE_MEMBER",
      -            "SHAREHOLDER_ROLE_SHAREHOLDER",
      -            "SHAREHOLDER_ROLE_DIRECTOR",
      -            "SHAREHOLDER_ROLE_OFFICER"
      -          ],
      -          "type": "string"
      -        },
      -        "round": {
      -          "type": "string"
      -        },
      -        "safeTerms": {
      -          "properties": {
      -            "discountPercentage": {
      -              "type": "string"
      -            },
      -            "investmentAmountCents": {
      -              "type": "string"
      -            },
      -            "postMoney": {
      -              "type": "boolean"
      -            },
      -            "safeIssueDate": {
      -              "format": "date-time",
      -              "type": "string"
      -            },
      -            "signedByName": {
      -              "type": "string"
      -            },
      -            "signedByTitle": {
      -              "type": "string"
      -            },
      -            "valuationCapCents": {
      -              "type": "string"
      -            }
      -          },
      -          "type": "object"
      -        },
      -        "shareClass": {
      -          "enum": [
      -            "SHARE_CLASS_UNSPECIFIED",
      -            "SHARE_CLASS_COMMON",
      -            "SHARE_CLASS_PREFERRED",
      -            "SHARE_CLASS_OPTION",
      -            "SHARE_CLASS_SAFE"
      -          ],
      -          "type": "string"
      -        },
      -        "shareCount": {
      -          "type": "string"
      -        },
      -        "signedByName": {
      -          "type": "string"
      -        },
      -        "signedByTitle": {
      -          "type": "string"
      -        },
      -        "signedDate": {
      -          "format": "date-time",
      -          "type": "string"
      -        },
      -        "sourceBbox": {
      -          "type": "string"
      -        },
      -        "sourcePage": {
      -          "type": "integer"
      -        },
      -        "stakeholderType": {
      -          "enum": [
      -            "STAKEHOLDER_TYPE_UNSPECIFIED",
      -            "STAKEHOLDER_TYPE_FOUNDER",
      -            "STAKEHOLDER_TYPE_ANGEL",
      -            "STAKEHOLDER_TYPE_INVESTOR_ENTITY",
      -            "STAKEHOLDER_TYPE_EMPLOYEE_POOL",
      -            "STAKEHOLDER_TYPE_ADVISOR_POOL",
      -            "STAKEHOLDER_TYPE_RESERVE"
      -          ],
      -          "type": "string"
      -        },
      -        "strikePriceCents": {
      -          "type": "string"
      -        },
      -        "title": {
      -          "type": "string"
      -        },
      -        "vestingCliffMonths": {
      -          "type": "integer"
      -        },
      -        "vestingStartDate": {
      -          "format": "date-time",
      -          "type": "string"
      -        },
      -        "vestingTotalMonths": {
      -          "type": "integer"
      -        }
      -      },
      -      "type": "object"
      -    },
      -    "type": "array"
      -  },
      -  "signedEinDocument": {
      -    "properties": {
      -      "contentType": {
      -        "type": "string"
      -      },
      -      "fileName": {
      -        "type": "string"
      -      },
      -      "s3Bucket": {
      -        "type": "string"
      -      },
      -      "s3Key": {
      -        "type": "string"
      -      },
      -      "uploadedAt": {
      -        "format": "date-time",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "source": {
      -    "enum": [
      -      "FORMATION_SOURCE_UNSPECIFIED",
      -      "FORMATION_SOURCE_WEB",
      -      "FORMATION_SOURCE_MCP",
      -      "FORMATION_SOURCE_CLI",
      -      "FORMATION_SOURCE_AGENTS",
      -      "FORMATION_SOURCE_CONVERSATIONAL",
      -      "FORMATION_SOURCE_NAME_GEN",
      -      "FORMATION_SOURCE_WHATSAPP",
      -      "FORMATION_SOURCE_TELEGRAM",
      -      "FORMATION_SOURCE_LANDING"
      -    ],
      -    "type": "string"
      -  },
      -  "stampedCertificate": {
      -    "properties": {
      -      "contentType": {
      -        "type": "string"
      -      },
      -      "fileName": {
      -        "type": "string"
      -      },
      -      "s3Bucket": {
      -        "type": "string"
      -      },
      -      "s3Key": {
      -        "type": "string"
      -      },
      -      "uploadedAt": {
      -        "format": "date-time",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "stateOfFormation": {
      -    "type": "string"
      -  },
      -  "status": {
      -    "enum": [
      -      "FORMATION_STATUS_UNSPECIFIED",
      -      "FORMATION_STATUS_INITIATED",
      -      "FORMATION_STATUS_IN_PROGRESS",
      -      "FORMATION_STATUS_PAYMENT_PENDING",
      -      "FORMATION_STATUS_PAYMENT_COMPLETE",
      -      "FORMATION_STATUS_FILING_IN_PROGRESS",
      -      "FORMATION_STATUS_COMPLETED",
      -      "FORMATION_STATUS_FAILED",
      -      "FORMATION_STATUS_CANCELLED"
      -    ],
      -    "type": "string"
      -  },
      -  "submittedAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "submitter": {
      -    "properties": {
      -      "address": {
      -        "properties": {
      -          "city": {
      -            "type": "string"
      -          },
      -          "country": {
      -            "type": "string"
      -          },
      -          "county": {
      -            "type": "string"
      -          },
      -          "state": {
      -            "type": "string"
      -          },
      -          "street1": {
      -            "type": "string"
      -          },
      -          "street2": {
      -            "type": "string"
      -          },
      -          "zipCode": {
      -            "type": "string"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "email": {
      -        "type": "string"
      -      },
      -      "firstName": {
      -        "type": "string"
      -      },
      -      "lastName": {
      -        "type": "string"
      -      },
      -      "phone": {
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "updatedAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "userId": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  }
      -}
    • removedOutput schema / properties / formation / type
      Removed value: -"object"
    • addedOutput schema / properties / formationId / anyOf
      Added value: +[
      +  {
      +    "description": "UUID value wrapper.",
      +    "properties": {
      +      "value": {
      +        "format": "uuid",
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / formationId / description
      Removed value: -"UUID value wrapper."
    • removedOutput schema / properties / formationId / properties
      Removed value: -{
      -  "value": {
      -    "format": "uuid",
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / formationId / type
      Removed value: -"object"
  3. Changed2 schema fields changed
    • addedOutput schema / properties / formation / properties / filingFeeCollectedAt
      Added value: +{
      +  "format": "date-time",
      +  "type": "string"
      +}
    • changedOutput schema / properties / formation / properties / source / enum
      Previous value: -[
      -  "FORMATION_SOURCE_UNSPECIFIED",
      -  "FORMATION_SOURCE_WEB",
      -  "FORMATION_SOURCE_MCP",
      -  "FORMATION_SOURCE_CLI",
      -  "FORMATION_SOURCE_AGENTS",
      -  "FORMATION_SOURCE_CONVERSATIONAL",
      -  "FORMATION_SOURCE_NAME_GEN",
      -  "FORMATION_SOURCE_WHATSAPP",
      -  "FORMATION_SOURCE_TELEGRAM"
      -]New value: +[
      +  "FORMATION_SOURCE_UNSPECIFIED",
      +  "FORMATION_SOURCE_WEB",
      +  "FORMATION_SOURCE_MCP",
      +  "FORMATION_SOURCE_CLI",
      +  "FORMATION_SOURCE_AGENTS",
      +  "FORMATION_SOURCE_CONVERSATIONAL",
      +  "FORMATION_SOURCE_NAME_GEN",
      +  "FORMATION_SOURCE_WHATSAPP",
      +  "FORMATION_SOURCE_TELEGRAM",
      +  "FORMATION_SOURCE_LANDING"
      +]
  4. First observed

TDQS

B3.3/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations only include openWorldHint=false and destructiveHint=false, which are not very informative; the description does not contradict them (destructiveHint=false might seem inconsistent with 'replaces', but the description clarifies the exact behavior, so it's not a contradiction). The description explicitly discloses a key behavioral trait: requests with ssn_last4 are refused with INVALID_ARGUMENT and nothing is written, preserving the existing roster. It also explains the reason (SSN last four are only recorded by SetShareholderTaxIdentifier after full identifier reaches secret store), adding valuable context beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a run-on sentence that packs a lot of information but is dense and not front-loaded; it starts with the core behavior but then dives into a long explanation of the ssn_last4 rejection. It could be broken into clearer, shorter sentences. The key facts are present but the structure is not optimal for quick scanning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of the tool (5 parameters, nested objects, array of shareholders with many fields), the description covers the main business rule (replacement and ssn_last4 rejection) but omits details like the semantics of 'editsMade' and 'safeMatches', which are non-obvious. However, it does have an output schema and annotations, and the core behavior is clear. It is adequate but leaves gaps for parameters that are not self-explanatory.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 20%, so the description must compensate for explaining parameters. The description does not clarify the meaning or usage of parameters like 'editsMade', 'safeMatches', 'capTableS3Uri', or the structure of 'shareholders' beyond what the schema names. It does not explain the S3 URI pattern or the role of safeMatches. It adds no parameter guidance, leaving agents to infer from schema alone, which is insufficient given low coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('replaces') and resource ('the formation's shareholders') with the imported list. It clearly indicates this operation overwrites existing shareholder data, distinguishing it from related tools like formation_add_shareholder or formation_update_shareholder. However, the title is slightly clearer than the description's opening, but the effect is unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies this tool is used after import and founder-editing of the cap table, but it doesn't explicitly state when to use it versus alternatives like formation_set_share_structure or cap_table_import_safe. There is no explicit exclusions or alternative tool names, leaving the agent to infer from context. It is clear it should be used to finalize an import, but not contrasted with similar mutation tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.