mirror of
https://github.com/foomo/sesamy-cli.git
synced 2025-10-16 12:35:36 +00:00
feat: update schema
This commit is contained in:
parent
71a42cd1a1
commit
3dcf79d266
@ -447,7 +447,7 @@
|
|||||||
"$ref": "#/$defs/github.com.foomo.sesamy-cli.pkg.config.GoogleTagManagerContainer",
|
"$ref": "#/$defs/github.com.foomo.sesamy-cli.pkg.config.GoogleTagManagerContainer",
|
||||||
"description": "Google Tag Manager server container settings"
|
"description": "Google Tag Manager server container settings"
|
||||||
},
|
},
|
||||||
"serverVariables": {
|
"serverContainerVariables": {
|
||||||
"$ref": "#/$defs/github.com.foomo.sesamy-cli.pkg.config.GoogleTagManagerServerContainerVariables",
|
"$ref": "#/$defs/github.com.foomo.sesamy-cli.pkg.config.GoogleTagManagerServerContainerVariables",
|
||||||
"description": "Google Tag Manager server container variables"
|
"description": "Google Tag Manager server container variables"
|
||||||
}
|
}
|
||||||
@ -506,9 +506,13 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Input source"
|
"description": "Input source"
|
||||||
},
|
},
|
||||||
"table": {
|
"keyTable": {
|
||||||
"$ref": "#/$defs/map[string]string",
|
"$ref": "#/$defs/map[string]string",
|
||||||
"description": "Table mapping"
|
"description": "Key value data map"
|
||||||
|
},
|
||||||
|
"valueTable": {
|
||||||
|
"$ref": "#/$defs/map[string]string",
|
||||||
|
"description": "Vaule key data map"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user