# Doc Extraction Output Schema

> Sub-skill of doc-extraction: Output Schema.

- Skill: `vamseeachanta/doc-extraction-output-schema` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/doc-extraction-output-schema`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/doc-extraction-output-schema/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/doc-extraction-output-schema

---


# Output Schema

## Output Schema


Each extracted item follows this structure:

```yaml
- content_type: constants     # one of the 8 types
  source:
    document: "DNV-RP-B401"
    section: "3.4.6"
    page: 42
  data:
    name: "Initial coating breakdown factor"
    symbol: "f_ci"
    value: 0.05
    units: dimensionless
    applicability:
      coating_category: "I"
      description: "High quality >= 300 um epoxy"
  confidence: high            # high / medium / low
  extraction_notes: null
```

