Module: Verquest::Properties
- Defined in:
- lib/verquest/properties.rb,
lib/verquest/properties/base.rb,
lib/verquest/properties/array.rb,
lib/verquest/properties/field.rb,
lib/verquest/properties/object.rb,
lib/verquest/properties/reference.rb,
lib/verquest/properties/collection.rb
Overview
Property types for defining versioned API request schemas
The Properties module contains classes representing different types of properties that can be used when defining API request schemas. Each property type knows how to generate its own schema representation and handles mapping between external and internal parameter structures.