sesamy-cli/sesamy.schema.json
Kevin Franklin Kim f07f8a0c49
feat: update deps
2024-07-18 13:46:03 +02:00

325 lines
11 KiB
JSON

{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"properties": {
"conversionLinker": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
}
}
},
"facebook": {
"type": "object",
"properties": {
"apiAccessToken": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"pixelId": {
"type": "string"
},
"serverContainer": {
"type": "object",
"properties": {
"packages": {
"type": "array",
"items": {
"type": "object",
"properties": {
"path": {
"type": "string"
},
"types": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
}
},
"testEventToken": {
"type": "string"
}
}
},
"googleAds": {
"type": "object",
"properties": {
"conversion": {
"type": "object",
"properties": {
"conversionId": {
"type": "string"
},
"conversionLabel": {
"type": "string"
},
"serverContainer": {
"type": "object",
"properties": {
"packages": {
"type": "array",
"items": {
"type": "object",
"properties": {
"path": {
"type": "string"
},
"types": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
}
}
}
},
"enabled": {
"type": "boolean"
}
}
},
"googleAnalytics": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
},
"serverContainer": {
"type": "object",
"properties": {
"packages": {
"type": "array",
"items": {
"type": "object",
"properties": {
"path": {
"type": "string"
},
"types": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
}
},
"webContainer": {
"type": "object",
"properties": {
"packages": {
"type": "array",
"items": {
"type": "object",
"properties": {
"path": {
"type": "string"
},
"types": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
}
}
}
},
"googleApi": {
"type": "object",
"properties": {
"credentials": {
"type": "string"
},
"credentialsFile": {
"type": "string"
},
"requestQuota": {
"type": "integer"
}
}
},
"googleTag": {
"type": "object",
"properties": {
"debugMode": {
"type": "boolean"
},
"sendPageView": {
"type": "boolean"
},
"serverContainer": {
"type": "object",
"properties": {
"packages": {
"type": "array",
"items": {
"type": "object",
"properties": {
"path": {
"type": "string"
},
"types": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
}
},
"tagId": {
"type": "string"
},
"typeScript": {
"type": "object",
"properties": {
"outputPath": {
"type": "string"
},
"packages": {
"type": "array",
"items": {
"type": "object",
"properties": {
"path": {
"type": "string"
},
"types": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
}
},
"webContainer": {
"type": "object",
"properties": {
"packages": {
"type": "array",
"items": {
"type": "object",
"properties": {
"path": {
"type": "string"
},
"types": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
}
}
}
},
"googleTagManager": {
"type": "object",
"properties": {
"accountId": {
"type": "integer"
},
"serverContainer": {
"type": "object",
"properties": {
"containerId": {
"type": "integer"
},
"tagId": {
"type": "string"
},
"workspaceId": {
"type": "integer"
}
}
},
"webContainer": {
"type": "object",
"properties": {
"containerId": {
"type": "integer"
},
"tagId": {
"type": "string"
},
"workspaceId": {
"type": "integer"
}
}
}
}
},
"redactVisitorIp": {
"type": "boolean"
},
"umami": {
"type": "object",
"properties": {
"domain": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"endpointUrl": {
"type": "string"
},
"serverContainer": {
"type": "object",
"properties": {
"packages": {
"type": "array",
"items": {
"type": "object",
"properties": {
"path": {
"type": "string"
},
"types": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
}
},
"websiteId": {
"type": "string"
}
}
},
"version": {
"type": "string"
}
}
}