qaskx.template/api/default/health-patch.json

28 lines
1.1 KiB
JSON

{
"name": "health-patch",
"guide": "{{.SelfFolder}}/health-patch.md",
"description": "Health service patch",
"templates": [
{
"engine": "",
"folder": "{{.SelfFolder}}/{{.TemplateName}}",
"file_name": "health-patch.json",
"output_folder": "",
"output_name": "",
"section": "",
"model": {
"activity": {
"category": "OTHER"
}
}
}
],
"variables": [
{"label": "OpenAPI","source" :"","default":"","name":"openapi.type","type":"string","value":"path-method"},
{"label": "OpenAPI","source" :"","default":"","name":"name","type":"string","value":"^/health.*$"},
{"label": "OpenAPI","source" :"","default":"","name":"method","type":"string","value":"PATCH"},
{"label": "OpenAPI","source" :"","default":"","name":"value","type":"string","value":"*CONTENT"},
{"label": "OpenAPI","source" :"","default":"","name":"tag","type":"string","value":"ManageService"}
]
}