Module: Ree::ObjectSchema
- Defined in:
- lib/ree/core/object_schema.rb
Defined Under Namespace
Modules: Errors, Links, Methods
Constant Summary collapse
- SCHEMA_VERSION_NUMBER =
'1.1'
- SCHEMA_TYPE =
'schema_type'
- REE_VERSION =
'ree_version'
- SCHEMA_VERSION =
'schema_version'
- NAME =
'name'
- OBJECT =
'object'
- LINKS =
'links'
- CONTEXT =
'context'
- PATH =
'path'
- METHODS =
'methods'
- CLASS =
'class'
- PACKAGE_NAME =
'package_name'
- MOUNT_AS =
'mount_as'
- FACTORY =
'factory'
- ERRORS =
'errors'