1#ifndef FORGEANT_SCHEMA_PARAM_SCHEMA_HPP
2#define FORGEANT_SCHEMA_PARAM_SCHEMA_HPP
11 static_assert(
sizeof(T) == 0,
"ParamSchema not specialized for this type. "
12 "Use FORGEANT_PARAMS or specialize ParamSchema<T>.");
static SchemaBuilder string()
static SchemaBuilder number()
static SchemaBuilder integer()
static SchemaBuilder boolean()
static Json schema()
Definition param_schema.hpp:32
static Json schema()
Definition param_schema.hpp:27
static Json schema()
Definition param_schema.hpp:22
static Json schema()
Definition param_schema.hpp:17
Definition param_schema.hpp:10