enum Gemini::Schema::Type

Overview

Type contains the list of OpenAPI data types as defined by https://spec.openapis.org/oas/v3.0.3#data-types

Defined in:

gemini/types.cr

Enum Members

TypeUnspecified = 0
String = 1
Number = 2
Integer = 3
Boolean = 4
Array = 5
Object = 6

Instance Method Summary

Instance Method Detail

def array? #

def boolean? #

def integer? #

def number? #

def object? #

def string? #

def type_unspecified? #