Class: SchemaTest::Property::Uri

Inherits:
String show all
Defined in:
lib/schema_test/property.rb

Constant Summary

Constants inherited from SchemaTest::Property

NULL_TYPE

Instance Attribute Summary

Attributes inherited from SchemaTest::Property

#_type, #description, #name

Instance Method Summary collapse

Methods inherited from String

#initialize

Methods inherited from SchemaTest::Property

#==, #as_json_schema, #base_json_schema_type, #initialize, #json_schema_type, #lookup_object, #nullable, #nullable!, #nullable?, #optional, #optional!, #optional?, #type

Constructor Details

This class inherits a constructor from SchemaTest::Property::String

Instance Method Details

#json_schema_formatObject



143
144
145
# File 'lib/schema_test/property.rb', line 143

def json_schema_format
  'uri'
end