Files
NativeScript/tools/generators/app/schema.json
Nathan Walker 13a525ddd9 chore: Nx 11.4
2021-03-02 20:21:33 -08:00

17 lines
256 B
JSON

{
"$schema": "http://json-schema.org/schema",
"id": "app",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Library name",
"$default": {
"$source": "argv",
"index": 0
}
}
},
"required": ["name"]
}