Module: JSONSchemer::OpenAPI30::Vocab

Defined in:
lib/json_schemer/openapi30/vocab.rb,
lib/json_schemer/openapi30/vocab/base.rb

Defined Under Namespace

Modules: Base

Constant Summary collapse

BASE =
OpenAPI31::Vocab::BASE.merge(
  # https://spec.openapis.org/oas/v3.0.3#fixed-fields-19
  'type' => Base::Type
)