Module: FunWithJsonApi::SchemaValidators

Defined in:
lib/fun_with_json_api/schema_validators/check_attributes.rb,
lib/fun_with_json_api/schema_validators/check_relationships.rb,
lib/fun_with_json_api/schema_validators/check_resource_is_authorized.rb,
lib/fun_with_json_api/schema_validators/check_collection_is_authorized.rb,
lib/fun_with_json_api/schema_validators/check_collection_has_all_members.rb,
lib/fun_with_json_api/schema_validators/check_document_id_matches_resource.rb,
lib/fun_with_json_api/schema_validators/check_document_type_matches_resource.rb

Defined Under Namespace

Classes: CheckAttributes, CheckCollectionHasAllMembers, CheckCollectionIsAuthorised, CheckDocumentIdMatchesResource, CheckDocumentTypeMatchesResource, CheckRelationships, CheckResourceIsAuthorised