| 1234567891011121314 |
- {
- "$schema": "http://json-schema.org/schema",
- "$id": "ng-cli://commands/easter-egg.json",
- "description": "",
- "$longDescription": "",
- "$hidden": true,
- "$impl": "./easter-egg-impl#AwesomeCommand",
- "type": "object",
- "allOf": [
- { "$ref": "./definitions.json#/definitions/base" }
- ]
- }
|