Module: FunWithJsonApi::SchemaValidators

Defined in:
lib/fun_with_json_api/schema_validators/check_relationships.rb,
lib/fun_with_json_api/schema_validators/check_attribute_names.rb,
lib/fun_with_json_api/schema_validators/check_relationship_names.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: CheckAttributeNames, CheckCollectionHasAllMembers, CheckCollectionIsAuthorised, CheckDocumentIdMatchesResource, CheckDocumentTypeMatchesResource, CheckRelationshipNames, CheckRelationships, CheckResourceIsAuthorised