AL-Go/Schema/algosettingssyntax.json

42 строки
1.8 KiB
JSON

{
"$id": "AL-Go for GitHub Repo Settings File",
"$schema": "http://json-schema.org/draft-07/schema",
"description": "schema for AL-Go for GitHub Repo Settings File",
"type": "object",
"properties": {
"country": {
"type": "string",
"examples": [ "us", "w1", "base", "at", "au", "be", "bg", "br", "ca", "ch", "co", "cz", "de", "dk", "ee", "es", "fi", "fr", "gb", "gr", "hk", "hr", "hu", "ie", "in", "is", "it", "jp", "kr", "lt", "lv", "mx", "nl", "no", "nz", "pe", "ph", "pl", "pt", "ro", "rs", "se", "si", "sk", "th", "tr", "tw", "ua", "vn" ],
"description": "Country version of Business Central used. See https://aka.ms/ALGoSettings#country"
},
"appSourceCopMandatoryAffixes": {
"type": "array",
"items": {
"type": "string"
},
"description": "An array of affixes, which is used for running AppSource Cop. See https://aka.ms/ALGoSettings#appsourcecopmandatoryaffixes"
},
"appFolders": {
"type": "array",
"items": {
"type": "string"
},
"description": "An array of folders containing apps. See https://aka.ms/ALGoSettings#appfolders"
},
"testFolders": {
"type": "array",
"items": {
"type": "string"
},
"description": "An array of folders containing test apps. See https://aka.ms/ALGoSettings#testfolders"
},
"bcptTestFolders": {
"type": "array",
"items": {
"type": "string"
},
"description": "An array of folders containing BCPT test apps. See https://aka.ms/ALGoSettings#bcpttestfolders"
}
}
}