Skip to content

Instantly share code, notes, and snippets.

@nixel2007
Last active March 28, 2017 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nixel2007/9f0babec211ed419a3a6e87ff4a244fc to your computer and use it in GitHub Desktop.
Save nixel2007/9f0babec211ed419a3a6e87ff4a244fc to your computer and use it in GitHub Desktop.
VBParams JSON Schema
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Root schema.",
"description": "An explanation about the purpose of this instance.",
"properties": {
"КаталогФич": {
"type": "string",
"title": "КаталогФич schema.",
"description": "An explanation about the purpose of this instance."
},
"ВыполнитьСценарии": {
"type": "boolean",
"title": "ВыполнитьСценарии schema.",
"description": "An explanation about the purpose of this instance."
},
"ДелатьОтчетВФорматеАллюр": {
"type": "boolean",
"title": "ДелатьОтчетВФорматеАллюр schema.",
"description": "An explanation about the purpose of this instance."
},
"КаталогOutputAllureБазовый": {
"type": "string",
"title": "КаталогOutputAllureБазовый schema.",
"description": "An explanation about the purpose of this instance."
},
"ЗавершитьРаботуСистемы": {
"type": "boolean",
"title": "ЗавершитьРаботуСистемы schema.",
"description": "An explanation about the purpose of this instance."
},
"ВыгружатьСтатусВыполненияСценариевВФайл": {
"type": "boolean",
"title": "ВыгружатьСтатусВыполненияСценариевВФайл schema.",
"description": "An explanation about the purpose of this instance."
},
"ПутьКФайлуДляВыгрузкиСтатусаВыполненияСценариев": {
"type": "string",
"title": "ПутьКФайлуДляВыгрузкиСтатусаВыполненияСценариев schema.",
"description": "An explanation about the purpose of this instance."
},
"СписокТеговИсключение": {
"type": "array",
"title": "СписокТеговИсключение schema.",
"description": "An explanation about the purpose of this instance.",
"items": {
"type": "string",
"title": "1 schema.",
"description": "An explanation about the purpose of this instance."
}
},
"СоздаватьИнструкциюHTML": {
"type": "boolean",
"title": "СоздаватьИнструкциюHTML schema.",
"description": "An explanation about the purpose of this instance."
},
"КаталогOutputИнструкцияHTML": {
"type": "string",
"title": "КаталогOutputИнструкцияHTML schema.",
"description": "An explanation about the purpose of this instance."
},
"КомандаСделатьСкриншот": {
"type": "string",
"title": "КомандаСделатьСкриншот schema.",
"description": "An explanation about the purpose of this instance."
},
"ДелатьСкриншотПриВозникновенииОшибки": {
"type": "boolean",
"title": "ДелатьСкриншотПриВозникновенииОшибки schema.",
"description": "An explanation about the purpose of this instance."
},
"КаталогOutputСкриншоты": {
"type": "string",
"title": "КаталогOutputСкриншоты schema.",
"description": "An explanation about the purpose of this instance."
},
"КаталогиБиблиотек": {
"type": "array",
"title": "КаталогиБиблиотек schema.",
"description": "An explanation about the purpose of this instance.",
"items": {
"type": "string",
"title": "0 schema.",
"description": "An explanation about the purpose of this instance."
}
},
"ЗапускатьТестКлиентВРежимеОтладки": {
"type": "boolean",
"title": "ЗапускатьТестКлиентВРежимеОтладки schema.",
"description": "An explanation about the purpose of this instance."
},
"ЗакрытьTestClientПослеЗапускаСценариев": {
"type": "boolean",
"title": "ЗакрытьTestClientПослеЗапускаСценариев schema.",
"description": "An explanation about the purpose of this instance."
},
"КлючиОтладки": {
"type": "string",
"title": "КлючиОтладки schema.",
"description": "An explanation about the purpose of this instance."
},
"АдресОтладчика": {
"type": "string",
"title": "АдресОтладчика schema.",
"description": "An explanation about the purpose of this instance."
}
},
"dependencies": {
"ДелатьОтчетВФорматеАллюр": {
"properties": {
"КаталогOutputAllureБазовый": {
"type": "string"
}
}
}
},
"required": [
"КаталогФич",
"ВыполнитьСценарии",
"ЗавершитьРаботуСистемы",
"КаталогиБиблиотек"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment