addedInput schema / properties / formation / properties / alternateName
Added value: +{
+ "maxLength": 200,
+ "type": "string"
+}
addedInput schema / properties / formation / properties / bankingIntent
Added value: +{
+ "properties": {
+ "cardPreference": {
+ "enum": [
+ "CARD_PREFERENCE_UNSPECIFIED",
+ "CARD_PREFERENCE_VIRTUAL_ONLY",
+ "CARD_PREFERENCE_PHYSICAL_AND_VIRTUAL"
+ ],
+ "type": "string"
+ },
+ "cardShippingAddress": {
+ "properties": {
+ "city": {
+ "maxLength": 100,
+ "minLength": 1,
+ "type": "string"
+ },
+ "country": {
+ "pattern": "^[A-Z]{2}$",
+ "type": "string"
+ },
+ "county": {
+ "maxLength": 100,
+ "type": "string"
+ },
+ "state": {
+ "maxLength": 100,
+ "type": "string"
+ },
+ "street1": {
+ "maxLength": 200,
+ "minLength": 1,
+ "type": "string"
+ },
+ "street2": {
+ "maxLength": 200,
+ "type": "string"
+ },
+ "zipCode": {
+ "maxLength": 20,
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "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": {
+ "format": "date-time",
+ "type": "string"
+ },
+ "shipCardsToHomeAddress": {
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+}
addedInput schema / properties / formation / properties / cohortDeal
Added value: +{
+ "properties": {
+ "currencyCode": {
+ "maxLength": 3,
+ "pattern": "^([A-Z]{3})?$",
+ "type": "string"
+ },
+ "discountRate": {
+ "maxLength": 10,
+ "pattern": "^([0-9]+\\.[0-9]{1,4})?$",
+ "type": "string"
+ },
+ "displayHeadline": {
+ "description": "Free-form description (max 5000 chars).",
+ "properties": {
+ "value": {
+ "maxLength": 5000,
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "instrument": {
+ "maxLength": 40,
+ "pattern": "^[A-Z_]*$",
+ "type": "string"
+ },
+ "investmentAmount": {
+ "maxLength": 30,
+ "pattern": "^([0-9]+\\.[0-9]{1,4})?$",
+ "type": "string"
+ },
+ "investorLegalName": {
+ "description": "Human-readable name (1-255 Unicode chars).",
+ "properties": {
+ "value": {
+ "maxLength": 255,
+ "minLength": 1,
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "mfn": {
+ "type": "boolean"
+ },
+ "proRata": {
+ "type": "boolean"
+ },
+ "valuationCap": {
+ "maxLength": 30,
+ "pattern": "^([0-9]+\\.[0-9]{1,4})?$",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
addedInput schema / properties / formation / properties / cohortDealTermsId
Added value: +{
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
removedInput schema / properties / formation / properties / companyAddress / properties / city / pattern
Removed value: -"^[A-Za-z .'-]+$"
removedInput schema / properties / formation / properties / companyAddress / properties / country / maxLength
Removed value: -2
changedInput schema / properties / formation / properties / companyAddress / properties / country / pattern
Previous value: -"^[A-Z]*$"New value: +"^[A-Z]{2}$"
removedInput schema / properties / formation / properties / companyAddress / properties / county / pattern
Removed value: -"^[A-Za-z ]*$"
changedInput schema / properties / formation / properties / companyAddress / properties / state / maxLength
Previous value: -50New value: +100
removedInput schema / properties / formation / properties / companyAddress / properties / state / minLength
Removed value: -1
removedInput schema / properties / formation / properties / companyAddress / properties / state / pattern
Removed value: -"^[A-Za-z ]+$"
removedInput schema / properties / formation / properties / companyAddress / properties / street1 / pattern
Removed value: -"^[A-Za-z0-9 .,#/-]+$"
removedInput schema / properties / formation / properties / companyAddress / properties / street2 / pattern
Removed value: -"^[A-Za-z0-9 .,#/-]*$"
changedInput schema / properties / formation / properties / companyAddress / properties / zipCode / maxLength
Previous value: -10New value: +20
removedInput schema / properties / formation / properties / companyAddress / properties / zipCode / minLength
Removed value: -5
removedInput schema / properties / formation / properties / companyAddress / properties / zipCode / pattern
Removed value: -"^[0-9]{5}(-[0-9]{4})?$"
addedInput schema / properties / formation / properties / companyStage
Added value: +{
+ "enum": [
+ "COMPANY_STAGE_UNSPECIFIED",
+ "COMPANY_STAGE_IDEA",
+ "COMPANY_STAGE_BUILDING",
+ "COMPANY_STAGE_REVENUE"
+ ],
+ "type": "string"
+}
changedInput schema / properties / formation / properties / currentStep / enum
Previous value: -[
- "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"
-]New value: +[
+ "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"
+]
addedInput schema / properties / formation / properties / dealTermsConfirmedAt
Added value: +{
+ "format": "date-time",
+ "type": "string"
+}
removedInput schema / properties / formation / properties / directorsAndOfficers / items / properties / address / properties / city / pattern
Removed value: -"^[A-Za-z .'-]+$"
removedInput schema / properties / formation / properties / directorsAndOfficers / items / properties / address / properties / country / maxLength
Removed value: -2
changedInput schema / properties / formation / properties / directorsAndOfficers / items / properties / address / properties / country / pattern
Previous value: -"^[A-Z]*$"New value: +"^[A-Z]{2}$"
removedInput schema / properties / formation / properties / directorsAndOfficers / items / properties / address / properties / county / pattern
Removed value: -"^[A-Za-z ]*$"
changedInput schema / properties / formation / properties / directorsAndOfficers / items / properties / address / properties / state / maxLength
Previous value: -50New value: +100
removedInput schema / properties / formation / properties / directorsAndOfficers / items / properties / address / properties / state / minLength
Removed value: -1
removedInput schema / properties / formation / properties / directorsAndOfficers / items / properties / address / properties / state / pattern
Removed value: -"^[A-Za-z ]+$"
removedInput schema / properties / formation / properties / directorsAndOfficers / items / properties / address / properties / street1 / pattern
Removed value: -"^[A-Za-z0-9 .,#/-]+$"
removedInput schema / properties / formation / properties / directorsAndOfficers / items / properties / address / properties / street2 / pattern
Removed value: -"^[A-Za-z0-9 .,#/-]*$"
changedInput schema / properties / formation / properties / directorsAndOfficers / items / properties / address / properties / zipCode / maxLength
Previous value: -10New value: +20
removedInput schema / properties / formation / properties / directorsAndOfficers / items / properties / address / properties / zipCode / minLength
Removed value: -5
removedInput schema / properties / formation / properties / directorsAndOfficers / items / properties / address / properties / zipCode / pattern
Removed value: -"^[0-9]{5}(-[0-9]{4})?$"
changedInput schema / properties / formation / properties / election83b / properties / irsServiceCenter / enum
Previous value: -[
- "IRS_SERVICE_CENTER_UNSPECIFIED",
- "IRS_SERVICE_CENTER_AUSTIN",
- "IRS_SERVICE_CENTER_KANSAS_CITY",
- "IRS_SERVICE_CENTER_OGDEN"
-]New value: +[
+ "IRS_SERVICE_CENTER_AUSTIN",
+ "IRS_SERVICE_CENTER_KANSAS_CITY",
+ "IRS_SERVICE_CENTER_OGDEN"
+]
addedInput schema / properties / formation / properties / election83bIntent
Added value: +{
+ "type": "boolean"
+}
addedInput schema / properties / formation / properties / fieldProvenance
Added value: +{
+ "additionalProperties": true,
+ "type": "object"
+}
addedInput schema / properties / formation / properties / founderInviteId
Added value: +{
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
addedInput schema / properties / formation / properties / founderProfile
Added value: +{
+ "properties": {
+ "companyRole": {
+ "enum": [
+ "FOUNDER_COMPANY_ROLE_UNSPECIFIED",
+ "FOUNDER_COMPANY_ROLE_CEO",
+ "FOUNDER_COMPANY_ROLE_CTO",
+ "FOUNDER_COMPANY_ROLE_OTHER"
+ ],
+ "type": "string"
+ },
+ "companyRoleOther": {
+ "maxLength": 120,
+ "type": "string"
+ },
+ "dateOfBirth": {
+ "pattern": "^([0-9]{4}-[0-9]{2}-[0-9]{2})?$",
+ "type": "string"
+ },
+ "email": {
+ "maxLength": 254,
+ "pattern": "^([a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,})?$",
+ "type": "string"
+ },
+ "firstName": {
+ "maxLength": 100,
+ "minLength": 1,
+ "type": "string"
+ },
+ "homeAddress": {
+ "properties": {
+ "city": {
+ "maxLength": 100,
+ "minLength": 1,
+ "type": "string"
+ },
+ "country": {
+ "pattern": "^[A-Z]{2}$",
+ "type": "string"
+ },
+ "county": {
+ "maxLength": 100,
+ "type": "string"
+ },
+ "state": {
+ "maxLength": 100,
+ "type": "string"
+ },
+ "street1": {
+ "maxLength": 200,
+ "minLength": 1,
+ "type": "string"
+ },
+ "street2": {
+ "maxLength": 200,
+ "type": "string"
+ },
+ "zipCode": {
+ "maxLength": 20,
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "lastName": {
+ "maxLength": 100,
+ "minLength": 1,
+ "type": "string"
+ },
+ "linkedinUrl": {
+ "maxLength": 300,
+ "pattern": "^(https://([a-z]{2,3}\\.)?linkedin\\.com/[A-Za-z0-9_/.-]*)?$",
+ "type": "string"
+ },
+ "livesOutsideUs": {
+ "type": "boolean"
+ },
+ "phone": {
+ "maxLength": 30,
+ "pattern": "^[0-9 ()-]*$",
+ "type": "string"
+ },
+ "phoneCountryCode": {
+ "maxLength": 5,
+ "pattern": "^(\\+[0-9]{1,4})?$",
+ "type": "string"
+ },
+ "primaryLocationCountry": {
+ "maxLength": 2,
+ "pattern": "^([A-Z]{2})?$",
+ "type": "string"
+ },
+ "updatedAt": {
+ "format": "date-time",
+ "type": "string"
+ },
+ "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"
+}
addedInput schema / properties / formation / properties / hasSsn
Added value: +{
+ "type": "boolean"
+}
removedInput schema / properties / formation / properties / incorporator / properties / address / properties / city / pattern
Removed value: -"^[A-Za-z .'-]+$"
removedInput schema / properties / formation / properties / incorporator / properties / address / properties / country / maxLength
Removed value: -2
changedInput schema / properties / formation / properties / incorporator / properties / address / properties / country / pattern
Previous value: -"^[A-Z]*$"New value: +"^[A-Z]{2}$"
removedInput schema / properties / formation / properties / incorporator / properties / address / properties / county / pattern
Removed value: -"^[A-Za-z ]*$"
changedInput schema / properties / formation / properties / incorporator / properties / address / properties / state / maxLength
Previous value: -50New value: +100
removedInput schema / properties / formation / properties / incorporator / properties / address / properties / state / minLength
Removed value: -1
removedInput schema / properties / formation / properties / incorporator / properties / address / properties / state / pattern
Removed value: -"^[A-Za-z ]+$"
removedInput schema / properties / formation / properties / incorporator / properties / address / properties / street1 / pattern
Removed value: -"^[A-Za-z0-9 .,#/-]+$"
removedInput schema / properties / formation / properties / incorporator / properties / address / properties / street2 / pattern
Removed value: -"^[A-Za-z0-9 .,#/-]*$"
changedInput schema / properties / formation / properties / incorporator / properties / address / properties / zipCode / maxLength
Previous value: -10New value: +20
removedInput schema / properties / formation / properties / incorporator / properties / address / properties / zipCode / minLength
Removed value: -5
removedInput schema / properties / formation / properties / incorporator / properties / address / properties / zipCode / pattern
Removed value: -"^[0-9]{5}(-[0-9]{4})?$"
addedInput schema / properties / formation / properties / naicsCode
Added value: +{
+ "maxLength": 6,
+ "pattern": "^([0-9]{2,6})?$",
+ "type": "string"
+}
addedInput schema / properties / formation / properties / partnerCohortId
Added value: +{
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
addedInput schema / properties / formation / properties / partnerOrgId
Added value: +{
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
addedInput schema / properties / formation / properties / partnerPays
Added value: +{
+ "type": "boolean"
+}
addedInput schema / properties / formation / properties / physicalBusinessAddress
Added value: +{
+ "properties": {
+ "city": {
+ "maxLength": 100,
+ "minLength": 1,
+ "type": "string"
+ },
+ "country": {
+ "pattern": "^[A-Z]{2}$",
+ "type": "string"
+ },
+ "county": {
+ "maxLength": 100,
+ "type": "string"
+ },
+ "state": {
+ "maxLength": 100,
+ "type": "string"
+ },
+ "street1": {
+ "maxLength": 200,
+ "minLength": 1,
+ "type": "string"
+ },
+ "street2": {
+ "maxLength": 200,
+ "type": "string"
+ },
+ "zipCode": {
+ "maxLength": 20,
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
addedInput schema / properties / formation / properties / referenceCode
Added value: +{
+ "maxLength": 32,
+ "pattern": "^[A-Z0-9-]*$",
+ "type": "string"
+}
removedInput schema / properties / formation / properties / registeredAgent / properties / address / properties / city / pattern
Removed value: -"^[A-Za-z .'-]+$"
removedInput schema / properties / formation / properties / registeredAgent / properties / address / properties / country / maxLength
Removed value: -2
changedInput schema / properties / formation / properties / registeredAgent / properties / address / properties / country / pattern
Previous value: -"^[A-Z]*$"New value: +"^[A-Z]{2}$"
removedInput schema / properties / formation / properties / registeredAgent / properties / address / properties / county / pattern
Removed value: -"^[A-Za-z ]*$"
changedInput schema / properties / formation / properties / registeredAgent / properties / address / properties / state / maxLength
Previous value: -50New value: +100
removedInput schema / properties / formation / properties / registeredAgent / properties / address / properties / state / minLength
Removed value: -1
removedInput schema / properties / formation / properties / registeredAgent / properties / address / properties / state / pattern
Removed value: -"^[A-Za-z ]+$"
removedInput schema / properties / formation / properties / registeredAgent / properties / address / properties / street1 / pattern
Removed value: -"^[A-Za-z0-9 .,#/-]+$"
removedInput schema / properties / formation / properties / registeredAgent / properties / address / properties / street2 / pattern
Removed value: -"^[A-Za-z0-9 .,#/-]*$"
changedInput schema / properties / formation / properties / registeredAgent / properties / address / properties / zipCode / maxLength
Previous value: -10New value: +20
removedInput schema / properties / formation / properties / registeredAgent / properties / address / properties / zipCode / minLength
Removed value: -5
removedInput schema / properties / formation / properties / registeredAgent / properties / address / properties / zipCode / pattern
Removed value: -"^[0-9]{5}(-[0-9]{4})?$"
changedInput schema / properties / formation / properties / registeredAgent / properties / email / pattern
Previous value: -"^[a-zA-Z0-9._%+-]*@?[a-zA-Z0-9.-]*\\.?[a-zA-Z]*$"New value: +"^([a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,})?$"
addedInput schema / properties / formation / properties / selectedDomain
Added value: +{
+ "maxLength": 253,
+ "pattern": "^([A-Za-z0-9]([A-Za-z0-9-]*[A-Za-z0-9])?(\\.[A-Za-z0-9]([A-Za-z0-9-]*[A-Za-z0-9])?)+\\.?)?$",
+ "type": "string"
+}
removedInput schema / properties / formation / properties / shareholders / items / properties / address / properties / city / pattern
Removed value: -"^[A-Za-z .'-]+$"
removedInput schema / properties / formation / properties / shareholders / items / properties / address / properties / country / maxLength
Removed value: -2
changedInput schema / properties / formation / properties / shareholders / items / properties / address / properties / country / pattern
Previous value: -"^[A-Z]*$"New value: +"^[A-Z]{2}$"
removedInput schema / properties / formation / properties / shareholders / items / properties / address / properties / county / pattern
Removed value: -"^[A-Za-z ]*$"
changedInput schema / properties / formation / properties / shareholders / items / properties / address / properties / state / maxLength
Previous value: -50New value: +100
removedInput schema / properties / formation / properties / shareholders / items / properties / address / properties / state / minLength
Removed value: -1
removedInput schema / properties / formation / properties / shareholders / items / properties / address / properties / state / pattern
Removed value: -"^[A-Za-z ]+$"
removedInput schema / properties / formation / properties / shareholders / items / properties / address / properties / street1 / pattern
Removed value: -"^[A-Za-z0-9 .,#/-]+$"
removedInput schema / properties / formation / properties / shareholders / items / properties / address / properties / street2 / pattern
Removed value: -"^[A-Za-z0-9 .,#/-]*$"
changedInput schema / properties / formation / properties / shareholders / items / properties / address / properties / zipCode / maxLength
Previous value: -10New value: +20
removedInput schema / properties / formation / properties / shareholders / items / properties / address / properties / zipCode / minLength
Removed value: -5
removedInput schema / properties / formation / properties / shareholders / items / properties / address / properties / zipCode / pattern
Removed value: -"^[0-9]{5}(-[0-9]{4})?$"
addedInput schema / properties / formation / properties / shareholders / items / properties / addressType
Added value: +{
+ "enum": [
+ "ADDRESS_TYPE_UNSPECIFIED",
+ "ADDRESS_TYPE_RESIDENTIAL",
+ "ADDRESS_TYPE_BUSINESS"
+ ],
+ "type": "string"
+}
addedInput schema / properties / formation / properties / shareholders / items / properties / dateOfBirth
Added value: +{
+ "maxLength": 10,
+ "pattern": "^([0-9]{4}-[0-9]{2}-[0-9]{2})?$",
+ "type": "string"
+}
addedInput schema / properties / formation / properties / shareholders / items / properties / ssnLast4
Added value: +{
+ "maxLength": 4,
+ "pattern": "^([0-9]{4})?$",
+ "type": "string"
+}
changedInput schema / properties / formation / properties / status / enum
Previous value: -[
- "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"
-]New value: +[
+ "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"
+]
removedInput schema / properties / formation / properties / submitter / properties / address / properties / city / pattern
Removed value: -"^[A-Za-z .'-]+$"
removedInput schema / properties / formation / properties / submitter / properties / address / properties / country / maxLength
Removed value: -2
changedInput schema / properties / formation / properties / submitter / properties / address / properties / country / pattern
Previous value: -"^[A-Z]*$"New value: +"^[A-Z]{2}$"
removedInput schema / properties / formation / properties / submitter / properties / address / properties / county / pattern
Removed value: -"^[A-Za-z ]*$"
changedInput schema / properties / formation / properties / submitter / properties / address / properties / state / maxLength
Previous value: -50New value: +100
removedInput schema / properties / formation / properties / submitter / properties / address / properties / state / minLength
Removed value: -1
removedInput schema / properties / formation / properties / submitter / properties / address / properties / state / pattern
Removed value: -"^[A-Za-z ]+$"
removedInput schema / properties / formation / properties / submitter / properties / address / properties / street1 / pattern
Removed value: -"^[A-Za-z0-9 .,#/-]+$"
removedInput schema / properties / formation / properties / submitter / properties / address / properties / street2 / pattern
Removed value: -"^[A-Za-z0-9 .,#/-]*$"
changedInput schema / properties / formation / properties / submitter / properties / address / properties / zipCode / maxLength
Previous value: -10New value: +20
removedInput schema / properties / formation / properties / submitter / properties / address / properties / zipCode / minLength
Removed value: -5
removedInput schema / properties / formation / properties / submitter / properties / address / properties / zipCode / pattern
Removed value: -"^[0-9]{5}(-[0-9]{4})?$"
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"