{
  "_id": "6a419bab4ba05a737d89eecd",
  "Package": "psychnets",
  "Title": "Clean-Room Base-R Psychometric Network Estimation",
  "Version": "0.2.1",
  "Authors@R": "person(\"Mohammed\", \"Saqr\", email = \"ueflaunit@gmail.com\",\nrole = c(\"aut\", \"cre\"))",
  "Description": "Estimates psychometric network models -- correlation and\npartial correlation, the EBIC-regularized Gaussian graphical\nmodel (graphical lasso), its nonparanormal and unregularized\nstepwise variants, information-filtering graphs (TMFG and\nLoGo), relative-importance networks, and the Ising and mixed\ngraphical models -- reimplemented from first principles in base\nR with no compiled dependencies. Each regularized estimator\nships a dependency-free correctness certificate (for the\nGaussian graphical model, the graphical-lasso stationarity /\nKKT residual) so a fitted network is self-verifying: its\ndistance from the unique optimum of its own convex objective is\nreported directly, rather than trusted only because it matches\nan external solver. The R counterpart to the 'psychaj'\nTypeScript library.",
  "License": "GPL-3",
  "URL": "https://github.com/mohsaqr/psychnet",
  "BugReports": "https://github.com/mohsaqr/psychnet/issues",
  "Additional_repositories": "https://mohsaqr.r-universe.dev",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Repository": "https://mohsaqr.r-universe.dev",
  "Date/Publication": "2026-06-28 20:15:38 UTC",
  "RemoteUrl": "https://github.com/mohsaqr/psychnet",
  "RemoteRef": "HEAD",
  "RemoteSha": "96629041558445559943d8c79d91421ab777b380",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-28 22:04:41 UTC",
    "User": "root"
  },
  "Author": "Mohammed Saqr [aut, cre]",
  "Maintainer": "Mohammed Saqr <ueflaunit@gmail.com>",
  "MD5sum": "bd8b33dc875c1d67feb6cb845e0d0767",
  "_user": "mohsaqr",
  "_type": "src",
  "_file": "psychnets_0.2.1.tar.gz",
  "_fileid": "8a0e33cd19cd5ffd3123e9977060fecec5be4cafca01f05d97d8a7ff9bcafc6d",
  "_filesize": 997053,
  "_sha256": "8a0e33cd19cd5ffd3123e9977060fecec5be4cafca01f05d97d8a7ff9bcafc6d",
  "_created": "2026-06-28T22:04:41.000Z",
  "_published": "2026-06-28T22:09:47.058Z",
  "_distro": "resolute",
  "_jobs": [
    {
      "job": 83946226638,
      "time": 261,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7939082550"
    },
    {
      "job": 83946226644,
      "time": 269,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "7939083410"
    },
    {
      "job": 83946226651,
      "time": 136,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7939066501"
    },
    {
      "job": 83946226648,
      "time": 139,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "7939066628"
    },
    {
      "job": 83945961693,
      "time": 212,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "7939048240"
    },
    {
      "job": 83946226637,
      "time": 145,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7939067669"
    },
    {
      "job": 83946226692,
      "time": 178,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7939071910"
    },
    {
      "job": 83946226653,
      "time": 154,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7939068844"
    },
    {
      "job": 83946226655,
      "time": 169,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "7939070827"
    }
  ],
  "_buildurl": "https://github.com/r-universe/mohsaqr/actions/runs/28337425033",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/mohsaqr/psychnet",
  "_commit": {
    "id": "96629041558445559943d8c79d91421ab777b380",
    "author": "mohsaqr <hamada@saqr.me>",
    "committer": "mohsaqr <hamada@saqr.me>",
    "message": "psychnets 0.2.1: rename, glmnet engines, NCT, moderated MGM, CRAN prep\n\n- Rename package psychnet -> psychnets (avoid the case-insensitive CRAN clash\n  with archived psychNET); fix tests/testthat.R test_check(\"psychnets\"). The\n  psychnet() verb and the \"psychnet\" object class are unchanged.\n- native = TRUE/FALSE solver switch on all engine-bearing estimators (FALSE ->\n  glasso Fortran for the GGMs, glmnet for ising/mgm), bit-matching the reference\n  packages (~1e-16); base path unchanged and self-certified.\n- Moderated mixed graphical model (mgm_fit(moderators=), condition(),\n  print.psychnet_moderated); expanded centrality; net_compare (NCT) updates.\n- certificate() unified accessor; node_predictability() + predictability stored\n  on the node table so cograph::splot() draws the predictability ring.\n- DESCRIPTION: URL, BugReports, Additional_repositories (r-universe); SRL source\n  cited by DOI; example trimmed under 5s.\n- Bump to 0.2.1. R CMD check --as-cran clean (0 warn/0 note bar the\n  new-submission/feasibility note); full suite 417 pass + 23 gated equivalence.\n",
    "time": 1782677738
  },
  "_maintainer": {
    "name": "Mohammed Saqr",
    "email": "ueflaunit@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "cograph",
      "role": "Suggests"
    },
    {
      "package": "glasso",
      "role": "Suggests"
    },
    {
      "package": "glmnet",
      "role": "Suggests"
    },
    {
      "package": "IsingFit",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "mgm",
      "role": "Suggests"
    },
    {
      "package": "mvtnorm",
      "role": "Suggests"
    },
    {
      "package": "psych",
      "role": "Suggests"
    },
    {
      "package": "qgraph",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "mohsaqr",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-25",
      "n": 11
    },
    {
      "week": "2026-26",
      "n": 13
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "mohsaqr",
      "count": 24,
      "uuid": 194697827
    }
  ],
  "_userbio": {
    "uuid": 194697827,
    "type": "user",
    "name": "Mohammed Saqr",
    "followers": 8,
    "description": "Professor of Computer Science"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/psychnets"
  },
  "_devurl": "https://github.com/mohsaqr/psychnet",
  "_searchresults": 0,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/psychnets.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "certificate",
    "condition",
    "cor_auto",
    "cor_network",
    "dichotomize",
    "difference_test",
    "ebic_glasso",
    "ggm_modselect",
    "ggm_support_kkt",
    "glasso_kkt",
    "glm_lasso_kkt",
    "huge_network",
    "ising_fit",
    "ising_sampler",
    "lmg_certificate",
    "logo_network",
    "mgm_fit",
    "net_boot",
    "net_centralities",
    "net_compare",
    "net_crosswalk",
    "net_predict",
    "net_stability",
    "node_predictability",
    "pcor_network",
    "psychnet",
    "relimp_network",
    "tmfg_certificate",
    "tmfg_network"
  ],
  "_datasets": [
    {
      "name": "SRL_Claude",
      "title": "Self-regulated-learning (MSLQ) construct scores simulated by large language models",
      "object": "SRL_Claude",
      "class": [
        "data.frame"
      ],
      "fields": [
        "CSU",
        "IV",
        "SE",
        "SR",
        "TA"
      ],
      "rows": 300,
      "table": true,
      "tojson": true
    },
    {
      "name": "SRL_Gemini",
      "title": "Self-regulated-learning (MSLQ) construct scores simulated by large language models",
      "object": "SRL_Gemini",
      "class": [
        "data.frame"
      ],
      "fields": [
        "CSU",
        "IV",
        "SE",
        "SR",
        "TA"
      ],
      "rows": 300,
      "table": true,
      "tojson": true
    },
    {
      "name": "SRL_GPT",
      "title": "Self-regulated-learning (MSLQ) construct scores simulated by large language models",
      "object": "SRL_GPT",
      "class": [
        "data.frame"
      ],
      "fields": [
        "CSU",
        "IV",
        "SE",
        "SR",
        "TA"
      ],
      "rows": 300,
      "table": true,
      "tojson": true
    },
    {
      "name": "SRL_LLaMa",
      "title": "Self-regulated-learning (MSLQ) construct scores simulated by large language models",
      "object": "SRL_LLaMa",
      "class": [
        "data.frame"
      ],
      "fields": [
        "CSU",
        "IV",
        "SE",
        "SR",
        "TA"
      ],
      "rows": 300,
      "table": true,
      "tojson": true
    },
    {
      "name": "SRL_Mistral",
      "title": "Self-regulated-learning (MSLQ) construct scores simulated by large language models",
      "object": "SRL_Mistral",
      "class": [
        "data.frame"
      ],
      "fields": [
        "CSU",
        "IV",
        "SE",
        "SR",
        "TA"
      ],
      "rows": 300,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "cash-.psychnet",
      "title": "Back-compatible field access for a psychnet object",
      "topics": [
        "$.psychnet"
      ]
    },
    {
      "page": "as.data.frame.psychnet",
      "title": "Tidy edge list for a psychnet network",
      "topics": [
        "as.data.frame.psychnet"
      ]
    },
    {
      "page": "as.data.frame.psychnet_bootstrap",
      "title": "Tidy a network bootstrap",
      "topics": [
        "as.data.frame.psychnet_bootstrap"
      ]
    },
    {
      "page": "certificate",
      "title": "Correctness certificate of a fitted network",
      "topics": [
        "certificate"
      ]
    },
    {
      "page": "condition",
      "title": "Condition a moderated network at a moderator value",
      "topics": [
        "condition"
      ]
    },
    {
      "page": "cor_auto",
      "title": "Automatic correlation matrix (polychoric / polyserial / Pearson)",
      "topics": [
        "cor_auto"
      ]
    },
    {
      "page": "cor_network",
      "title": "Correlation network",
      "topics": [
        "cor_network"
      ]
    },
    {
      "page": "dichotomize",
      "title": "Dichotomize numeric columns to 0/1",
      "topics": [
        "dichotomize"
      ]
    },
    {
      "page": "difference_test",
      "title": "Bootstrapped difference test for edges or centralities",
      "topics": [
        "difference_test"
      ]
    },
    {
      "page": "ebic_glasso",
      "title": "EBIC-regularized Gaussian graphical model (graphical lasso)",
      "topics": [
        "ebic_glasso"
      ]
    },
    {
      "page": "ggm_modselect",
      "title": "Stepwise Gaussian graphical model selection (ggmModSelect)",
      "topics": [
        "ggm_modselect"
      ]
    },
    {
      "page": "ggm_support_kkt",
      "title": "Constrained Gaussian-MRF (graph-restricted MLE) stationarity residual",
      "topics": [
        "ggm_support_kkt"
      ]
    },
    {
      "page": "glasso_kkt",
      "title": "Graphical-lasso stationarity (KKT) residual",
      "topics": [
        "glasso_kkt"
      ]
    },
    {
      "page": "glm_lasso_kkt",
      "title": "Stationarity (KKT) residual of an L1-penalized GLM fit",
      "topics": [
        "glm_lasso_kkt"
      ]
    },
    {
      "page": "huge_network",
      "title": "Nonparanormal graphical model (huge)",
      "topics": [
        "huge_network"
      ]
    },
    {
      "page": "ising_fit",
      "title": "Ising network for binary data",
      "topics": [
        "ising_fit"
      ]
    },
    {
      "page": "ising_sampler",
      "title": "Unregularized Ising network for binary data",
      "topics": [
        "ising_sampler"
      ]
    },
    {
      "page": "lmg_certificate",
      "title": "Relative-importance (LMG / Shapley) certificate",
      "topics": [
        "lmg_certificate"
      ]
    },
    {
      "page": "logo_network",
      "title": "Local-Global sparse inverse covariance (LoGo)",
      "topics": [
        "logo_network"
      ]
    },
    {
      "page": "mgm_fit",
      "title": "Mixed graphical model",
      "topics": [
        "mgm_fit"
      ]
    },
    {
      "page": "net_boot",
      "title": "Bootstrap a psychometric network",
      "topics": [
        "net_boot"
      ]
    },
    {
      "page": "net_centralities",
      "title": "Node centrality",
      "topics": [
        "net_centralities"
      ]
    },
    {
      "page": "net_compare",
      "title": "Network Comparison Test",
      "topics": [
        "net_compare"
      ]
    },
    {
      "page": "net_crosswalk",
      "title": "Argument crosswalk: psychnet as a substitute for qgraph / IsingFit / mgm",
      "topics": [
        "net_crosswalk"
      ]
    },
    {
      "page": "net_predict",
      "title": "Node predictability",
      "topics": [
        "net_predict"
      ]
    },
    {
      "page": "net_stability",
      "title": "Centrality-stability coefficient (case-dropping subset bootstrap)",
      "topics": [
        "net_stability"
      ]
    },
    {
      "page": "node_predictability",
      "title": "Node predictability as a plotting vector",
      "topics": [
        "node_predictability"
      ]
    },
    {
      "page": "pcor_network",
      "title": "Partial correlation network",
      "topics": [
        "pcor_network"
      ]
    },
    {
      "page": "print.psychnet",
      "title": "Print a psychnet network",
      "topics": [
        "print.psychnet"
      ]
    },
    {
      "page": "print.psychnet_bootstrap",
      "title": "Print a network bootstrap",
      "topics": [
        "print.psychnet_bootstrap"
      ]
    },
    {
      "page": "print.psychnet_moderated",
      "title": "Print a moderated MGM fit",
      "topics": [
        "print.psychnet_moderated"
      ]
    },
    {
      "page": "print.psychnet_nct",
      "title": "Print a Network Comparison Test",
      "topics": [
        "print.psychnet_nct"
      ]
    },
    {
      "page": "print.psychnet_stability",
      "title": "Print a centrality-stability result",
      "topics": [
        "print.psychnet_stability"
      ]
    },
    {
      "page": "psychnet",
      "title": "Estimate a psychometric network",
      "topics": [
        "psychnet"
      ]
    },
    {
      "page": "relimp_network",
      "title": "Relative-importance network (LMG / Shapley)",
      "topics": [
        "relimp_network"
      ]
    },
    {
      "page": "SRL",
      "title": "Self-regulated-learning (MSLQ) construct scores simulated by large language models",
      "topics": [
        "SRL",
        "SRL_Claude",
        "SRL_Gemini",
        "SRL_GPT",
        "SRL_LLaMa",
        "SRL_Mistral"
      ]
    },
    {
      "page": "summary.psychnet",
      "title": "Summarize a psychnet network",
      "topics": [
        "summary.psychnet"
      ]
    },
    {
      "page": "tmfg_certificate",
      "title": "Structural certificate for a TMFG network",
      "topics": [
        "tmfg_certificate"
      ]
    },
    {
      "page": "tmfg_network",
      "title": "Triangulated Maximally Filtered Graph (TMFG)",
      "topics": [
        "tmfg_network"
      ]
    }
  ],
  "_readme": "https://github.com/mohsaqr/psychnet/raw/HEAD/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "gaussian-graphical-models.Rmd",
      "filename": "gaussian-graphical-models.html",
      "title": "Gaussian graphical models",
      "engine": "knitr::rmarkdown",
      "headings": [
        "What is a psychological network?",
        "Why regularize?",
        "A worked example",
        "Estimating the network",
        "Centrality",
        "Predictability",
        "Plotting",
        "A note on options",
        "A second example: how the options change the network",
        "Non-normal data",
        "Mathematical foundations",
        "The Gaussian graphical model",
        "The graphical lasso objective",
        "Tuning by the extended BIC",
        "The psychnets implementation",
        "The KKT optimality certificate",
        "The solver engine",
        "Argument reference",
        "Predictability in closed form",
        "The nonparanormal extension",
        "References"
      ],
      "created": "2026-06-28 19:08:51",
      "modified": "2026-06-28 20:15:38",
      "commits": 2
    },
    {
      "source": "gaussian-graphical-models-v2.Rmd",
      "filename": "gaussian-graphical-models-v2.html",
      "title": "Gaussian graphical models: an extended tutorial",
      "engine": "knitr::rmarkdown",
      "headings": [
        "What a psychological network represents",
        "Why and how we regularize",
        "A worked analysis with SRL_GPT",
        "Assessing accuracy and replicability",
        "Non-normal and ordinal data",
        "Native estimation",
        "The Fortran glasso estimator",
        "Mathematical foundations",
        "Precision matrix and the pairwise Markov property",
        "Partial-correlation identity",
        "The L1-penalized Gaussian log-likelihood objective",
        "EBIC with gamma",
        "References"
      ],
      "created": "2026-06-28 19:08:51",
      "modified": "2026-06-28 20:15:38",
      "commits": 2
    },
    {
      "source": "information-filtering-networks.Rmd",
      "filename": "information-filtering-networks.html",
      "title": "Information-filtering networks: TMFG and LoGo",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Plotting"
      ],
      "created": "2026-06-28 19:08:51",
      "modified": "2026-06-28 20:15:38",
      "commits": 2
    },
    {
      "source": "ising-networks.Rmd",
      "filename": "ising-networks.html",
      "title": "Ising networks for binary data",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Dichotomising",
        "Fitting the Ising network",
        "Regularised vs unregularised",
        "Plotting"
      ],
      "created": "2026-06-28 19:08:51",
      "modified": "2026-06-28 20:15:38",
      "commits": 2
    },
    {
      "source": "mixed-graphical-models.Rmd",
      "filename": "mixed-graphical-models.html",
      "title": "Mixed graphical models",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Building a mixed data set",
        "The fitted network",
        "Plotting"
      ],
      "created": "2026-06-28 19:08:51",
      "modified": "2026-06-28 20:15:38",
      "commits": 2
    },
    {
      "source": "relative-importance-networks.Rmd",
      "filename": "relative-importance-networks.html",
      "title": "Relative-importance networks",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Plotting"
      ],
      "created": "2026-06-28 19:08:51",
      "modified": "2026-06-28 20:15:38",
      "commits": 2
    },
    {
      "source": "ggm-model-selection.Rmd",
      "filename": "ggm-model-selection.html",
      "title": "Stepwise unregularized GGM",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Regularized vs unregularized",
        "Predictability",
        "Plotting"
      ],
      "created": "2026-06-28 19:08:51",
      "modified": "2026-06-28 20:15:38",
      "commits": 2
    }
  ],
  "_score": 3.845098040014257,
  "_indexed": true,
  "_nocasepkg": "psychnets",
  "_universes": [
    "mohsaqr"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-06-28T22:08:00.000Z",
      "distro": "resolute",
      "commit": "96629041558445559943d8c79d91421ab777b380",
      "fileid": "42c1eb03a809dad60db14ebe87a148fb7fd7c74dc41e20db6018125ac8429b44",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mohsaqr/actions/runs/28337425033"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-06-28T22:08:01.000Z",
      "distro": "resolute",
      "commit": "96629041558445559943d8c79d91421ab777b380",
      "fileid": "0d656e60c76b77e1f0cda8a97016952d074b340f9977c9724dcbb3a905e778af",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mohsaqr/actions/runs/28337425033"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-06-28T22:06:22.000Z",
      "commit": "96629041558445559943d8c79d91421ab777b380",
      "fileid": "c36b98831bf3109cf10b0140123ad80869e21b69817184dc6ef304f59c3829af",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mohsaqr/actions/runs/28337425033"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-06-28T22:06:22.000Z",
      "commit": "96629041558445559943d8c79d91421ab777b380",
      "fileid": "ef460b687d41d22c75b6b8258c8e20e90f97e623da331bfd2a2bfeb38d01bb4a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mohsaqr/actions/runs/28337425033"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.1",
      "date": "2026-06-28T22:07:28.000Z",
      "commit": "96629041558445559943d8c79d91421ab777b380",
      "fileid": "fcad0ee00761544d4b4ac20c10006882ffe8b7613017ce35b8313b14acb53bbb",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mohsaqr/actions/runs/28337425033"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-06-28T22:06:07.000Z",
      "commit": "96629041558445559943d8c79d91421ab777b380",
      "fileid": "ac69af31b24953a19a3e509f03d8972806c1980be3f0c7e82b31d3856d8c56f7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mohsaqr/actions/runs/28337425033"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-06-28T22:05:55.000Z",
      "commit": "96629041558445559943d8c79d91421ab777b380",
      "fileid": "f6d8e92de53117d343061998447b018a9a7f09af52d03e46f989fe4679b2fe2d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mohsaqr/actions/runs/28337425033"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-06-28T22:06:10.000Z",
      "commit": "96629041558445559943d8c79d91421ab777b380",
      "fileid": "35a677104cb2889f9eed2ba2cb6288199c646812f3fd6c4d9380d81bfb3ae781",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mohsaqr/actions/runs/28337425033"
    }
  ]
}