String
How to use the String value type
The String
value type represents a string e.g. "Hello World".
Properties
Property Name | Type | Required | Description |
---|---|---|---|
value | string[] | true | The string value |
Allowed Children
None
Requirements
Must contain a string
Return Type
string[ ]
Example
{
"type": "String",
"properties": {
"value": ["Baked Potato"]
}
}