JSON Schema /properties/input_components/items[0]

Diagram

JSON Schema Diagram of /properties/input_components/items[0]

Value

Object

Properties

Property Name Type Description
name string A String value
type string A String value
id string A String value
description string A String value
language string A String value
layouts array An Array value

Source

{
    "type": "object",
    "additionalProperties": false,
    "properties": {
        "name": {
            "type": "string"
        },
        "type": {
            "type": "string"
        },
        "id": {
            "type": "string"
        },
        "description": {
            "type": "string"
        },
        "language": {
            "type": "string"
        },
        "layouts": {
            "type": "array"
        }
    },
    "required": [
        "name",
        "type",
        "id",
        "description",
        "language",
        "layouts"
    ]
}
http://json.schemastore.org/chrome-manifest (241:121)
Documentation for Chrome Manifest
Generated using Liquid Studio 2018 - JSON Studio Edition 16.0.0.7949