Module: Vapi::Types::JsonSchemaType
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/vapi/types/json_schema_type.rb
Constant Summary collapse
- STRING =
"string"- NUMBER =
"number"- INTEGER =
"integer"- BOOLEAN =
"boolean"- ARRAY =
"array"- OBJECT =
"object"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values