JSON Schema /properties/apps/items[0]/properties/assets/items[0]

Diagram

Drilldown into /properties/apps/items[0]/properties/assets/items[0]/oneOf[1]/properties/output Drilldown into /properties/apps/items[0]/properties/assets/items[0]/oneOf[1]/properties/input Drilldown into /properties/apps/items[0]/properties/assets/items[0]/oneOf[1]/properties/glob Drilldown into /properties/apps/items[0]/properties/assets/items[0]/oneOf[1] Drilldown into /properties/apps/items[0]/properties/assets/items[0]/oneOf[1]JSON Schema Diagram of /properties/apps/items[0]/properties/assets/items[0]

Value

Any

Can contain any type of value (boolean, integer, number, string, object, array or null).

Additional Rules

OneOf

The JSON value must validate against ONE (and only one) of the following schema definitions.

Source

{
    "oneOf": [
        {
            "type": "string"
        },
        {
            "type": "object",
            "additionalProperties": false,
            "properties": {
                "glob": {
                    "type": "string",
                    "description": "The pattern to match.",
                    "default": ""
                },
                "input": {
                    "type": "string",
                    "description": "The dir to search within.",
                    "default": ""
                },
                "output": {
                    "type": "string",
                    "description": "The output path (relative to the outDir).",
                    "default": ""
                }
            }
        }
    ]
}
https://raw.githubusercontent.com/angular/angular-cli/master/packages/@angular/cli/lib/config/schema.json (48:20)
Documentation for .angular-cli.json
Generated using Liquid Studio 2018 - Developer Bundle Edition 16.0.0.0