File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed
Expand file tree Collapse file tree 2 files changed +36
-0
lines changed 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 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": {
You can’t perform that action at this time.
0 commit comments