Module jsonapi_rs::api

source ·
Expand description

Defines custom types and structs primarily that composite the JSON:API document

Structs

  • A struct that defines properties for a JSON:API document that contains no errors
  • A struct that defines an error state for a JSON:API document
  • Error location
  • Retpresentation of a JSON:API error (all fields are optional)
  • Optional JsonApiDocument payload identifying the JSON-API version the server implements
  • Pagination links
  • Relationship with another object
  • Representation of a JSON:API resource. This is a struct that contains attributes that map to the JSON:API specification of id, type, attributes, relationships, links, and meta
  • Resource Identifier

Enums

Type Aliases