Module: JsonModel::SchemaMeta

Extended by:
ActiveSupport::Concern
Included in:
Schema
Defined in:
lib/json_model/schema_meta.rb

Constant Summary collapse

SCHEMA_VERSIONS =
{
  draft4: 'http://json-schema.org/draft-04/schema#',
  draft6: 'http://json-schema.org/draft-06/schema#',
  draft7: 'http://json-schema.org/draft-07/schema#',
  draft201909: 'https://json-schema.org/draft/2019-09/schema',
  draft202012: 'https://json-schema.org/draft/2020-12/schema',
}.freeze