mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 10:33:43 +08:00
test: fix tests/angular_devkit/core/json/schema/serializers/schema_benchmark.json file formatting
This commit is contained in:
parent
7cd801eb06
commit
0bb6e82ea4
@ -176,15 +176,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": true,
|
"additionalProperties": true,
|
||||||
"required": [
|
"required": ["input"]
|
||||||
"input"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"environmentSource":{
|
"environmentSource": {
|
||||||
"description": "Source file for environment config.",
|
"description": "Source file for environment config.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@ -260,9 +258,7 @@
|
|||||||
"default": []
|
"default": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": ["project"],
|
||||||
"project"
|
|
||||||
],
|
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -511,19 +507,16 @@
|
|||||||
"description": "The host the application will be served on.",
|
"description": "The host the application will be served on.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "localhost"
|
"default": "localhost"
|
||||||
|
|
||||||
},
|
},
|
||||||
"ssl": {
|
"ssl": {
|
||||||
"description": "Enables ssl for the application.",
|
"description": "Enables ssl for the application.",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false
|
"default": false
|
||||||
|
|
||||||
},
|
},
|
||||||
"sslKey": {
|
"sslKey": {
|
||||||
"description": "The ssl key used by the server.",
|
"description": "The ssl key used by the server.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "ssl/server.key"
|
"default": "ssl/server.key"
|
||||||
|
|
||||||
},
|
},
|
||||||
"sslCert": {
|
"sslCert": {
|
||||||
"description": "The ssl certificate used by the server.",
|
"description": "The ssl certificate used by the server.",
|
||||||
@ -558,7 +551,7 @@
|
|||||||
},
|
},
|
||||||
"packageManager": {
|
"packageManager": {
|
||||||
"description": "Specify which package manager tool to use.",
|
"description": "Specify which package manager tool to use.",
|
||||||
"enum": [ "npm", "cnpm", "yarn", "default" ],
|
"enum": ["npm", "cnpm", "yarn", "default"],
|
||||||
"default": "default",
|
"default": "default",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user