Strapi error inside types

{

  "kind": "singleType",

  "collectionName": "shops",

  "info": {

    "name": "Shop",

    "description": ""

  },

  "options": {

    "increments": true,

    "timestamps": true,

    "draftAndPublish": true

  },

  "attributes": {

    "runningText": {

      "type": "text"

    },

    "carousel": {

      "collection": "file",

      "via": "related",

      "allowedTypes": [

        "images",

        "files",

        "videos"

      ],

      "plugin": "upload",

      "required": false

    },

    "middleBanner": {

      "model": "file",

      "via": "related",

      "allowedTypes": [

        "images",

        "files",

        "videos"

      ],

      "plugin": "upload",

      "required": false

    },

    "bottomBanner": {

      "model": "file",

      "via": "related",

      "allowedTypes": [

        "images",

        "files",

        "videos"

      ],

      "plugin": "upload",

      "required": false

    },

    "product": {

      "model": "products"

    },

    "catalogCarousel": {

      "collection": "file",

      "via": "related",

      "allowedTypes": [

        "images",

        "files",

        "videos"

      ],

      "plugin": "upload",

      "required": false

    },

    "maxOrderWeight": {

      "type": "float"

    },

    "maxOrderPrice": {

      "type": "float"

    },

    "TermsAndConditions": {

      "type": "richtext"

    },

    "vat": {

      "type": "float"

    },

    "shipByPostPrice": {

      "type": "float"

    },

    "courierPrice": {

      "type": "float"

    },

    "BuyPolicy": {

      "type": "richtext"

    },

    "TermsAndConditionsHebrew": {

      "type": "richtext"

    },

    "BuyPolicyHebrew": {

      "type": "richtext"

    },

    "posts": {

      "type": "component",

      "repeatable": true,

      "component": "websites.posts"

    },

    "categories": {

      "type": "component",

      "repeatable": true,

      "component": "websites.categories"

    },

    "contactUs": {

      "type": "component",

      "repeatable": false,

      "component": "websites.contact-us"

    },

    "socialMedia": {

      "type": "component",

      "repeatable": false,

      "component": "websites.social-media"

    },

    "products": {

      "type": "component",

      "repeatable": true,

      "component": "websites.products"

    },

    "CustomerService": {

      "type": "richtext"

    },

    "CustomerServiceHebrew": {

      "type": "richtext"

    }

  }

}