{
  "collectionName": "components_relation_{{pluralName}}",
  "info": {
    "displayName": "{{displayName}}",
    "icon": "address-card",
    "description": ""
  },
  "options": {},
  "attributes": {
    "{{fieldName}}": {
      "type": "relation",
      "relation": "oneToOne",
      "target": "api::{{apiRoute}}.{{singularName}}"
    }
  }
}
