HookSniffAPI.Model.SchemaListResponse (hooksniff v1.0.0)

Paginated list of registered schemas

Summary

Types

t()

@type t() :: %HookSniffAPI.Model.SchemaListResponse{
  data: [HookSniffAPI.Model.SchemaResponse.t()],
  has_more: boolean(),
  total: integer()
}

Functions

decode(value)