Validate description box component
string
object
{ "$schema": "http://json-schema.org/draft-07/schema#", "definitions": {}, "title": "Description box component", "description": "Validate description box component", "type": "object", "required": [ "text" ], "additionalProperties": false, "properties": { "text": { "type": "string", "minLength": 10 }, "cardStyle": { "$ref": "style/card.json" } } }