We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95ca64 commit 177b535Copy full SHA for 177b535
packages/angular_devkit/schematics/collection-schema.json
@@ -0,0 +1,40 @@
1
+{
2
+ "$schema": "http://json-schema.org/schema",
3
+ "id": "SchematicsCollectionSchema",
4
+ "title": "Collection Schema for validating a 'collection.json'.",
5
+ "type": "object",
6
+ "properties": {
7
+ "schematics": {
8
9
10
+ "additionalProperty": {
11
12
13
+ "factory": {
14
+ "type": "string"
15
+ },
16
+ "description": {
17
18
19
+ "extends": {
20
21
22
+ "schema": {
23
24
+ }
25
26
+ "required": [
27
+ "factory",
28
+ "description"
29
+ ]
30
31
32
33
+ "version": {
34
35
36
37
38
+ "schematics"
39
40
+}
0 commit comments