{
  "groups": [
    {
      "id": "content",
      "title": "Content Components",
      "description": "Content Fragment based components",
    
  "components": [
    {
    "title": "Title",
      "id": "title",
      "model": "title",
      "plugins": {
            "aem": {
              "page": {
                "resourceType": "granite/ui/components/coral/foundation/form/textfield",
                "template": {
                  "jcr:title": "Default Title"
                }
              }
            }
          }
        },
    {
    "title": "Image",
      "id": "image",
      "model": "image",
      "plugins": {
            "aem": {
              "page": {
                "resourceType": "dam/cfm/models/editor/components/contentreference",
                     "template": {
                  "fileReference": "/content/dam/wknd-shared/en/magazine/arctic-surfing/camp-tent.jpg"
                }
              }
            }
          }
        }
  ]
  }
  ]
}
