View Source Link.Schema.Read (openapi_compiler v1.0.0-beta.18)

TODO

Link to this section Summary

Link to this section Types

@type pullrequest() :: %{
  optional(:author) => user(),
  optional(:id) => integer(),
  optional(:repository) => repository(),
  optional(:title) => String.t()
}
@type repository() :: %{optional(:owner) => user(), optional(:slug) => String.t()}
@type user() :: %{optional(:username) => String.t(), optional(:uuid) => String.t()}