{
  "type":"object",
  "$schema": "http://json-schema.org/draft-04/schema",
  "id": "http://jsonschema.net",
  "$ref": "http://localhost/plugins/content/bower/bowerplugin.schema",
  "properties": {
    "component": {
      "type": "string",
      "required": true
    },
    "assetFields": {
      "type": "array"
    },
    "properties":{
      "type": "object"
    }
  }
}
