JSON Schema /definitions/AddProperties/items[0]

Diagram

Drilldown into /definitions/AddProperties/items[0]/properties/Value Drilldown into /definitions/AddPropertiesJSON Schema Diagram of /definitions/AddProperties/items[0]

Value

Object

Properties

Property Name Type Description
Name string A String value
Value array Value
Additional Properties Type Description
Any Property Any All values are valid, no restrictions.

Source

{
    "type": "object",
    "properties": {
        "Name": {
            "type": "string"
        },
        "Value": {
            "type": "array",
            "items": {
                "type": "string"
            }
        }
    },
    "required": []
}
C:\Users\usr53200\Downloads\e-coc.json (387:21)
Documentation for eCoC
Generated using Liquid Studio 2020 - Data Designer Edition 18.0.5.9988