SerenAI

Pay Per Call Agentic Commerce

TypedParam

Single typed parameter definition

Properties

PropertyTypeRequiredDescription
name string Yes
type string Yes
View JSON Schema
{
  "type": "object",
  "description": "Single typed parameter definition",
  "required": [
    "name",
    "type"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  }
}