feat: update schema

This commit is contained in:
Kevin Franklin Kim 2025-02-24 15:04:03 +01:00
parent 71a42cd1a1
commit 3dcf79d266
No known key found for this signature in database

View File

@ -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,