{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/MetadataFunction",
"title": "MetadataFunction",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The ID of the function."
},
"name": {
"type": "string",
"description": "The name of the function."
},
"body": {
"type": "string",
"description": "The KQL body of the function."
},
"description": {
"type": "string",
"description": "The description of the function."
}
}
}