{
  "pattern": {
    "id": "htp_jsonld_citation_block",
    "pattern_name": "schema.org JSON-LD citation metadata",
    "description": "A <script type=\"application/ld+json\"> block embedding schema.org-shaped structured data for a document's citations, giving crawlers and downstream tooling a machine-readable, type-checkable citation graph alongside the human-readable HTML body.",
    "html_snippet": "<script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"ScholarlyArticle\",\n  \"citation\": [\n    {\n      \"@type\": \"CreativeWork\",\n      \"@id\": \"anthropic-agent-skills-2026\",\n      \"name\": \"Agent Skills\",\n      \"url\": \"https://code.claude.com/docs/en/skills\"\n    }\n  ]\n}\n</script>",
    "spec_reference": "schema.org JSON-LD",
    "category": "structured_metadata",
    "created_at": "2026-07-02 04:46:54",
    "cite_as": "https://subagenthtml.com/api/patterns/htp_jsonld_citation_block"
  }
}