|
49 | 49 | }, |
50 | 50 | "matchIndex": { "type": "integer" }, |
51 | 51 | "platform": { "enum": ["darwin", "macos", "freebsd", "linux", "sunos", "win32", "windows"] }, |
52 | | - "error": { "type": "string"} |
| 52 | + "error": { "type": "string"}, |
| 53 | + "ci": { "type": "boolean" } |
53 | 54 | }, |
54 | 55 | "required": ["rule", "binary"] |
55 | 56 | }, |
|
59 | 60 | "properties": { |
60 | 61 | "rule": { "enum": [ "dir", "directory" ] }, |
61 | 62 | "platform": { "enum": ["darwin", "macos", "freebsd", "linux", "sunos", "win32", "windows"] }, |
62 | | - "error": { "type": "string"} |
| 63 | + "error": { "type": "string"}, |
| 64 | + "ci": { "type": "boolean" } |
63 | 65 | }, |
64 | 66 | "required": ["rule", "location"] |
65 | 67 | }, |
|
69 | 71 | "properties": { |
70 | 72 | "rule": { "enum": [ "file" ] }, |
71 | 73 | "platform": { "enum": ["darwin", "macos", "freebsd", "linux", "sunos", "win32", "windows"] }, |
72 | | - "error": { "type": "string"} |
| 74 | + "error": { "type": "string"}, |
| 75 | + "ci": { "type": "boolean" } |
73 | 76 | }, |
74 | 77 | "required": ["rule", "location"] |
75 | 78 | }, |
|
79 | 82 | "properties": { |
80 | 83 | "rule": { "enum": [ "env" ] }, |
81 | 84 | "platform": { "enum": ["darwin", "macos", "freebsd", "linux", "sunos", "win32", "windows"] }, |
82 | | - "error": { "type": "string"} |
| 85 | + "error": { "type": "string"}, |
| 86 | + "ci": { "type": "boolean" } |
83 | 87 | }, |
84 | 88 | "required": ["rule", "variable"] |
85 | 89 | }, |
|
90 | 94 | "rule": { "enum": [ "shell" ] }, |
91 | 95 | "platform": { "enum": ["darwin", "macos", "freebsd", "linux", "sunos", "win32", "windows"] }, |
92 | 96 | "error": { "type": "string" }, |
| 97 | + "ci": { "type": "boolean" }, |
93 | 98 | "match": { "type": "string", "description": "A regexp to search the output." } |
94 | 99 | }, |
95 | 100 | "required": ["rule", "match"] |
|
104 | 109 | "name": { "type": "string" }, |
105 | 110 | "platform": { "enum": ["darwin", "macos", "freebsd", "linux", "sunos", "win32", "windows"] }, |
106 | 111 | "error": { "type": "string" }, |
| 112 | + "ci": { "type": "boolean" }, |
107 | 113 | "match": { "type": "string", "description": "A regexp to search the output." } |
108 | 114 | }, |
109 | 115 | "required": ["rule", "plugin", "name"] |
|
0 commit comments