{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "type": "object",
    "properties": {
        "itemInfo": {
            "type": "object",
            "description": "The properties of an item obtained from a call to the ArcGIS Portal Sharing API to get an item by its id",
            "properties": {}
        },
        "additionalDetails": {
            "type": "object",
            "description": "Additional information for the item if requested by the client",
            "properties": {}
        }
    },
    "required": [
        "itemInfo"
    ]
}