20 строки
446 B
JSON
20 строки
446 B
JSON
{
|
|
"$id": "InstallInstructionScriptOutput",
|
|
"type": "object",
|
|
"properties": {
|
|
"full": {
|
|
// Full version of install instruction will be shown in generated SDK PR.
|
|
// Should be in markdown format.
|
|
"type": "string"
|
|
},
|
|
"lite": {
|
|
// Lite version of install instruction will be shown in generated SDK PR.
|
|
// Should be in markdown format.
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"full"
|
|
]
|
|
}
|