{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "$id": "https://www.salesteamportal.com/getItemAttributes",
    "title": "getItemAttributes",
    "description": "payload for getItemAttributes operation",
    "type": "object",
    "properties" : {

        "category_name" : { "type" : "string" }

    },
    "additionalProperties": false
   
}
