Class: SchemaTest::Property::Uri
- Inherits:
-
String
- Object
- SchemaTest::Property
- String
- SchemaTest::Property::Uri
- 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
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_format ⇒ Object
93 94 95 |
# File 'lib/schema_test/property.rb', line 93 def json_schema_format 'uri' end |