annotation
Amber::Schema::PathParam
Overview
Define a path parameter for an endpoint Properties:
- name: Parameter name (must match route parameter)
- type: Parameter type (e.g., String, Int32, UUID)
- description: Human-readable description
- format: Optional format specification (e.g., "uuid", "email") Example: @[PathParam(name: "id", type: Int32, description: "User ID")]