Svg Control Schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "bricks://controls/svg", "schemaVersion": "2.2.1", "title": "Svg Control", "description": "Value schema for svg control type", "type": "object", "properties": { "id": { "type": [ "string", "integer" ] }, "url": { "type": "string" }, "library": { "type": "string" } }, "controlProperties": [ "type", "hasRequired" ]} Was this page helpful?