Class: SchemaTest::Property::Uri

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

Instance Attribute Summary

Attributes inherited from SchemaTest::Property

#description, #name, #optional, #type

Instance Method Summary collapse

Methods inherited from String

#initialize

Methods inherited from SchemaTest::Property

#==, #as_json_schema, #as_structure, #initialize, #json_schema_type, #optional!, #optional?

Constructor Details

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

Instance Method Details

#json_schema_formatObject



93
94
95
# File 'lib/schema_test/property.rb', line 93

def json_schema_format
  'uri'
end