openapi-sdk
Version:
This library was generated with [Nx](https://nx.dev).
38 lines (37 loc) • 831 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema",
"id": "OpenapiSdk",
"title": "",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "",
"$default": {
"$source": "argv",
"index": 0
},
"x-prompt": "What name would you like to use?"
},
"description": {
"type": "string",
"description": "",
"$default": {
"$source": "argv",
"index": 0
},
"x-prompt": "Please describe your open api spec:"
},
"tags": {
"type": "string",
"description": "Add tags to the project (used for linting)",
"alias": "t"
},
"directory": {
"type": "string",
"description": "A directory where the project is placed",
"alias": "d"
}
},
"required": ["name"]
}