Backplane.SkillProtocol.Document (backplane_skill_protocol v1.0.0)

Copy Markdown

A parsed Skill document retaining its exact source bytes.

Summary

Types

t()

@type t() :: %Backplane.SkillProtocol.Document{
  body_raw: term(),
  compatibility: term(),
  description: term(),
  diagnostics: term(),
  extensions: term(),
  frontmatter_raw: term(),
  license: term(),
  metadata: term(),
  name: term(),
  raw: term(),
  version: term()
}