{
  "$schema": "http://json-schema.org/schema",
  "id": "SchematicsTftLibraryComponent",
  "title": "TftLibrary Component Options Schema",
  "type": "object",
  "properties": {
    "path": {
      "type": "string",
      "format": "path",
      "description": "The path to create the component.",
      "visible": false
    },
    "feature": {
      "type": "boolean",
      "default": true
    }
  },
  "required": []
}