[
  {
    "key": "id",
    "name": [
      {
        "lang": "en",
        "value": "the unique id of the cat"
      }
    ],
    "attributeType": "text",
    "pattern": null,
    "fixedValues": null,
    "defaultValue": null,
    "attributeSortingHint": 9999,
    "unit": null,
    "isMandatory": true,
    "isVariantAttribute": false,
    "attributeGroup": null,
    "attributeGroupSortingHint": null
  },
  {
    "key": "breed",
    "name": [
      {
        "lang": "en",
        "value": "the cat's breed"
      }
    ],
    "attributeType": "text",
    "pattern": null,
    "fixedValues": null,
    "defaultValue": null,
    "attributeSortingHint": 9999,
    "unit": null,
    "isMandatory": true,
    "isVariantAttribute": false,
    "attributeGroup": null,
    "attributeGroupSortingHint": null
  },
  {
    "key": "age",
    "name": [
      {
        "lang": "en",
        "value": "the age of the cat in years, a number between 0 and 20"
      }
    ],
    "attributeType": "text",
    "pattern": null,
    "fixedValues": null,
    "defaultValue": null,
    "attributeSortingHint": 9999,
    "unit": null,
    "isMandatory": true,
    "isVariantAttribute": false,
    "attributeGroup": null,
    "attributeGroupSortingHint": null
  },
  {
    "key": "color",
    "name": [
      {
        "lang": "en",
        "value": "the color of the cat's fur"
      }
    ],
    "attributeType": "text",
    "pattern": null,
    "fixedValues": ["BLUE", "BLACK", "GRAY", "WHITE", "GINGER", "BROWN"],
    "defaultValue": null,
    "attributeSortingHint": 9999,
    "unit": null,
    "isMandatory": true,
    "isVariantAttribute": false,
    "attributeGroup": null,
    "attributeGroupSortingHint": null
  },
  {
    "key": "bodyLength",
    "description": [
      {
        "lang": "en",
        "value": "the length of the cat's body in cm"
      }
    ],
    "attributeType": "text",
    "pattern": null,
    "fixedValues": null,
    "defaultValue": null,
    "attributeSortingHint": 9999,
    "unit": null,
    "isMandatory": true,
    "isVariantAttribute": false,
    "attributeGroup": null,
    "attributeGroupSortingHint": null
  },
  {
    "key": "image",
    "description": [
      {
        "lang": "en",
        "value": "the url of the cat's image in jpeg format"
      }
    ],
    "attributeType": "text",
    "pattern": null,
    "fixedValues": null,
    "defaultValue": "https://picsum.photos/id/219/5000/3333",
    "attributeSortingHint": 9999,
    "unit": null,
    "isMandatory": true,
    "isVariantAttribute": false,
    "attributeGroup": null,
    "attributeGroupSortingHint": null
  },
  {
    "key": "shortDescription",
    "description": [
      {
        "lang": "en",
        "value": "summary of the description, max 200 Characters"
      }
    ],
    "attributeType": "text",
    "pattern": null,
    "fixedValues": null,
    "defaultValue": null,
    "attributeSortingHint": 9999,
    "unit": null,
    "isMandatory": true,
    "isVariantAttribute": false,
    "attributeGroup": null,
    "attributeGroupSortingHint": null
  }
]