ndc-suez
Version:
Generate standard ndc UI
24 lines • 595 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "ndc-export",
"title": "NDC .NET Export Class",
"type": "object",
"properties": {
"name": {
"description": "The name of the .net component",
"type": "string"
},
"filename": {
"description": "Where is the excel file template for export",
"type": "array",
"items": {
"type": "string",
"format": "path"
},
"format": "path",
"x-prompt": "Where is export template :",
"default": "ndc-template-exp.xlsx"
}
},
"required": []
}