{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "schema": {},
    "uiSchema": {},
    "component": {},
    "thumbnail": {
      "type": "string"
    },
    "group": {
      "type": "string"
    }
  },
  "additionalProperties": false,
  "required": [],
  "$schema": "http://json-schema.org/draft-07/schema#"
}
