SerenAI

Pay Per Call Agentic Commerce

ParamType

Parameter type for query/path parameters

Properties

string
View JSON Schema
{
  "type": "string",
  "description": "Parameter type for query/path parameters",
  "enum": [
    "string",
    "integer",
    "boolean",
    "number",
    "array"
  ]
}