{
  "$id": "https://commandlayer.org/schemas/v1.1.0/commons/analyze/analyze.request.schema.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "analyze.request",
  "description": "Request to analyze content for patterns, anomalies, structure, or meaning.",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "verb": {
      "type": "string",
      "const": "analyze"
    },
    "schema_version": {
      "type": "string",
      "const": "1.1.0"
    }
  },
  "required": [
    "verb",
    "schema_version"
  ]
}
