@ngserveio/ws
Version:
This library was generated with [Nx](https://nx.dev).
39 lines (38 loc) • 849 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "api-feature",
"type": "object",
"properties": {
"name": {
"type": "string",
"x-prompt": "Name?",
"description": "Library name",
"$default": {
"$source": "argv",
"index": 0
}
},
"domain": {
"type": "string",
"x-prompt": "Domain?",
"description": "Domain",
"$default": {
"$source": "argv",
"index": 1
}
},
"parentProject": {
"type": "string",
"x-prompt": "Parent Project (optional)",
"description": "Adds the module created in the api feature project and adds to parent project's module",
"$default": {
"$source": "argv",
"index": 2
}
}
},
"required": [
"name",
"domain"
]
}