File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 4849648496 "description": "",
4849748497 "properties": {
4849848498 "account": {
48499- "$ref": "#/components/schemas/person_additional_tos_acceptance"
48499+ "anyOf": [
48500+ {
48501+ "$ref": "#/components/schemas/person_additional_tos_acceptance"
48502+ }
48503+ ],
48504+ "description": "Details on the legal guardian's acceptance of the main Stripe service agreement.",
48505+ "nullable": true
4850048506 }
4850148507 },
4850248508 "required": [
Original file line number Diff line number Diff line change @@ -35042,12 +35042,15 @@
3504235042 "description": "",
3504335043 "properties": {
3504435044 "account": {
35045- "$ref": "#/components/schemas/person_additional_tos_acceptance"
35045+ "anyOf": [
35046+ {
35047+ "$ref": "#/components/schemas/person_additional_tos_acceptance"
35048+ }
35049+ ],
35050+ "description": "Details on the legal guardian's acceptance of the main Stripe service agreement.",
35051+ "nullable": true
3504635052 }
3504735053 },
35048- "required": [
35049- "account"
35050- ],
3505135054 "title": "PersonAdditionalTOSAcceptances",
3505235055 "type": "object",
3505335056 "x-expandableFields": [
You can’t perform that action at this time.
0 commit comments