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

Diagram

Drilldown into /properties/apps/items[0]/properties/styles/items[0]/oneOf[1] Drilldown into /properties/apps/items[0]/properties/styles/items[0]/oneOf[1] Drilldown into /properties/apps/items[0]/properties/styles/items[0]/oneOf[1]JSON Schema Diagram of /properties/apps/items[0]/properties/styles/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": true,
            "properties": {
                "input": {
                    "type": "string"
                }
            }
        }
    ]
}
https://raw.githubusercontent.com/angular/angular-cli/master/packages/@angular/cli/lib/config/schema.json (124:20)
Documentation for .angular-cli.json
Generated using Liquid Studio 2018 - Developer Bundle Edition 16.0.0.0