feat: expose possible values

This commit is contained in:
2025-08-28 10:58:43 +02:00
parent 861a36bac5
commit a4c356df93
3 changed files with 10 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ public:
bool required;
String location; // "query" | "body" | "path" | "header"
String type; // e.g. "string", "number", "boolean"
std::vector<String> values; // optional allowed values
};
struct EndpointCapability {
String uri;