{
  "graphql_types": [
    {
      "id": "gql_enum_csltype",
      "category": "enum",
      "name": "CSLType",
      "sdl_snippet": "enum CSLType {\n  ARTICLE_JOURNAL\n  ARTICLE_MAGAZINE\n  ARTICLE_NEWSPAPER\n  BOOK\n  CHAPTER\n  DATASET\n  DOCUMENT\n  MANUSCRIPT\n  PAPER_CONFERENCE\n  POST_WEBLOG\n  REPORT\n  SOFTWARE\n  SPEECH\n  STANDARD\n  THESIS\n  TREATY\n  WEBPAGE\n}",
      "description": "CSL type enum: a 17-member subset covering the most common citation types, out of the full CSL v1.0.2 specification (46 types per docs.citationstyles.org).",
      "source_note": "references/citation.graphqls (style-graphql skill), lines 59-81.",
      "created_at": "2026-07-02 04:47:34",
      "cite_as": "https://subagentgraphql.com/api/graphql-types/gql_enum_csltype"
    },
    {
      "id": "gql_enum_provenancesource",
      "category": "enum",
      "name": "ProvenanceSource",
      "sdl_snippet": "enum ProvenanceSource {\n  SEMANTIC_LAYER\n  GOVERNED_TABLE\n  RAW_EXPLORATION\n  SKILL_REFERENCE\n  EXTERNAL_URL\n}",
      "description": "Enum for the Provenance.source field -- where a cited value in a GraphQL response actually came from.",
      "source_note": "references/citation.graphqls (style-graphql skill), lines 125-131.",
      "created_at": "2026-07-02 04:47:42",
      "cite_as": "https://subagentgraphql.com/api/graphql-types/gql_enum_provenancesource"
    }
  ]
}