{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "type": "object",
    "properties": {
        "instructions": {
            "type": "string",
            "description": "A string of instructions to the user on how to generate a passthrough query string for the ArcGIS Portal Item Search API based on the content of their request. The instructions should be detailed and provide specific syntax examples for how to filter by different item properties, as well as general best practices for constructing the query string. The instructions should also include any accessory information that might be helpful for the user to know when generating the query string, such as the current username for handling 'my' items."
        }
    }
}