File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6961269612 "title": "base_config_param",
6961369613 "type": "object"
6961469614 },
69615+ "documents": {
69616+ "properties": {
69617+ "enabled": {
69618+ "description": "Whether the embedded component is enabled.",
69619+ "type": "boolean"
69620+ },
69621+ "features": {
69622+ "description": "The list of features enabled in the embedded component.",
69623+ "properties": {},
69624+ "title": "base_features_param",
69625+ "type": "object"
69626+ }
69627+ },
69628+ "required": [
69629+ "enabled"
69630+ ],
69631+ "title": "base_config_param",
69632+ "type": "object"
69633+ },
6961569634 "payment_details": {
6961669635 "description": "Configuration for the payment details embedded component.",
6961769636 "properties": {
Original file line number Diff line number Diff line change @@ -62668,6 +62668,22 @@ paths:
6266862668 - enabled
6266962669 title: base_config_param
6267062670 type: object
62671+ documents:
62672+ properties:
62673+ enabled:
62674+ description: Whether the embedded component is enabled.
62675+ type: boolean
62676+ features:
62677+ description: >-
62678+ The list of features enabled in the embedded
62679+ component.
62680+ properties: {}
62681+ title: base_features_param
62682+ type: object
62683+ required:
62684+ - enabled
62685+ title: base_config_param
62686+ type: object
6267162687 payment_details:
6267262688 description: >-
6267362689 Configuration for the payment details embedded
Original file line number Diff line number Diff line change 4691446914 "title": "base_config_param",
4691546915 "type": "object"
4691646916 },
46917+ "documents": {
46918+ "properties": {
46919+ "enabled": {
46920+ "type": "boolean"
46921+ },
46922+ "features": {
46923+ "properties": {},
46924+ "title": "base_features_param",
46925+ "type": "object"
46926+ }
46927+ },
46928+ "required": [
46929+ "enabled"
46930+ ],
46931+ "title": "base_config_param",
46932+ "type": "object"
46933+ },
4691746934 "payment_details": {
4691846935 "properties": {
4691946936 "enabled": {
Original file line number Diff line number Diff line change 5789657896 "title": "base_config_param",
5789757897 "type": "object"
5789857898 },
57899+ "documents": {
57900+ "properties": {
57901+ "enabled": {
57902+ "description": "Whether the embedded component is enabled.",
57903+ "type": "boolean"
57904+ },
57905+ "features": {
57906+ "description": "The list of features enabled in the embedded component.",
57907+ "properties": {},
57908+ "title": "base_features_param",
57909+ "type": "object"
57910+ }
57911+ },
57912+ "required": [
57913+ "enabled"
57914+ ],
57915+ "title": "base_config_param",
57916+ "type": "object"
57917+ },
5789957918 "payment_details": {
5790057919 "description": "Configuration for the payment details embedded component.",
5790157920 "properties": {
Original file line number Diff line number Diff line change @@ -52519,6 +52519,22 @@ paths:
5251952519 - enabled
5252052520 title: base_config_param
5252152521 type: object
52522+ documents:
52523+ properties:
52524+ enabled:
52525+ description: Whether the embedded component is enabled.
52526+ type: boolean
52527+ features:
52528+ description: >-
52529+ The list of features enabled in the embedded
52530+ component.
52531+ properties: {}
52532+ title: base_features_param
52533+ type: object
52534+ required:
52535+ - enabled
52536+ title: base_config_param
52537+ type: object
5252252538 payment_details:
5252352539 description: >-
5252452540 Configuration for the payment details embedded
Original file line number Diff line number Diff line change @@ -43974,6 +43974,18 @@ paths:
4397443974 - enabled
4397543975 title: base_config_param
4397643976 type: object
43977+ documents:
43978+ properties:
43979+ enabled:
43980+ type: boolean
43981+ features:
43982+ properties: {}
43983+ title: base_features_param
43984+ type: object
43985+ required:
43986+ - enabled
43987+ title: base_config_param
43988+ type: object
4397743989 payment_details:
4397843990 properties:
4397943991 enabled:
You can’t perform that action at this time.
0 commit comments