Hi. I don’t believe I understand the solution here…
I also made a change to the collection items through the collection settings and I am getting the validation error just the same.
I hit the get API endpoint as explained in the “Solution” and I see that the slugs for the fields are exactly the ones I am using, however I am still getting the error. Maybe there is something I am not understanding here:
The operation failed with an error. [400] ValidationError: Validation Failure Field not described in schema: hot-tub Field not described in schema: bbq-grill Field not described in schema: free-parking Field not described in schema: swimming-pool Field not described in schema: air-conditioning Field not described in schema: indoor-fireplace
{
"name": "SWIMMING POOL",
"slug": "swimming-pool",
"type": "Bool",
"required": false,
"editable": true,
"helpText": "Does this villa have the SWIMMING POOL amenity?",
"id": "4c886db80a7e3234caa3d5f851ae30ea"
},
{
"name": "BBQ GRILL",
"slug": "bbq-grill",
"type": "Bool",
"required": false,
"editable": true,
"helpText": "Does this villa have the BBQ GRILL amenity?",
"id": "200f2afc90dd187b3dc4804efa3c8da3"
},
{
"name": "INDOOR FIREPLACE",
"slug": "indoor-fireplace",
"type": "Bool",
"required": false,
"editable": true,
"helpText": "Does this villa have the INDOOR FIREPLACE amenity?",
"id": "ff17b3714feee136bef3a25348768ff2"
},
{
"name": "AIR CONDITIONING",
"slug": "air-conditioning",
"type": "Bool",
"required": false,
"editable": true,
"helpText": "Does this villa have the AIR CONDITIONING amenity?",
"id": "34945a53d8a49a337add157110587ecc"
},
{
"name": "FREE PARKING",
"slug": "free-parking",
"type": "Bool",
"required": false,
"editable": true,
"helpText": "Does this villa have the FREE PARKING amenity?",
"id": "b705ba9cd51857cb117ddeb5bbf1b3c3"
},
{
"name": "HOT TUB",
"slug": "hot-tub",
"type": "Bool",
"required": false,
"editable": true,
"helpText": "Does this villa have the HOT TUB amenity?",
"id": "e168a9ce2ef35eb5a73eb822a70235d2"
},