{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Widget",
  "description": "Generic presentation envelope used for nested child references.",
  "type": "object",
  "x-version": "1.0",
  "required": [
    "PresentationType"
  ],
  "properties": {
    "PresentationType": {
      "type": "string"
    }
  },
  "x-icon": "<svg viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 3 3 7.5 12 12l9-4.5z\"/><path d=\"M3 7.5V17l9 4.5 9-4.5V7.5\"/><path d=\"M12 12v9.5\"/></svg>",
  "$id": "/schema/shared/Widget/1.0/index.json",
  "x-family": "shared",
  "x-name": "Widget",
  "x-source-package": "zero-schema"
}