Sha256: 578a5f478c4e64a825f91a257ea1572a35808dc9d5dfa4b98e612f446c466689
Contents?: true
Size: 305 Bytes
Versions: 6
Compression:
Stored size: 305 Bytes
Contents
# frozen_string_literal: true module JSONSchemer module OpenAPI30 module Vocab # https://spec.openapis.org/oas/v3.0.3#schema-object BASE = OpenAPI31::Vocab::BASE.merge( # https://spec.openapis.org/oas/v3.0.3#fixed-fields-19 'type' => Base::Type ) end end end
Version data entries
6 entries across 6 versions & 1 rubygems