From 9556a7f072f2c29aa00e7f4a1f92a0c1570284cf Mon Sep 17 00:00:00 2001 From: William Palin Date: Thu, 25 Jan 2024 10:15:19 -0500 Subject: [PATCH 1/3] feat(cal-ag): Add California AG --- reporters_db/data/reporters.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/reporters_db/data/reporters.json b/reporters_db/data/reporters.json index 3019b53..1459283 100644 --- a/reporters_db/data/reporters.json +++ b/reporters_db/data/reporters.json @@ -20237,6 +20237,27 @@ } } ], + "Ops.Cal.Atty.Gen.": [ + { + "cite_type": "specialty", + "editions": { + "Op. O.L.C.": { + "end": null, + "start": null + } + }, + "example": [ + "106 Ops.Cal.Atty.Gen. 1" + ], + "mlz_jurisdiction": [ + "us:ca;attorney.general" + ], + "name": "Opinions of the California Attorney General", + "variations": { + "Ops. Cal. Atty. Gen.": "Ops.Cal.Atty.Gen." + } + } + ], "Or.": [ { "cite_type": "state", From 72fb765109d8f5cdf8f7154e2f77884588045bde Mon Sep 17 00:00:00 2001 From: William Palin Date: Thu, 25 Jan 2024 10:16:16 -0500 Subject: [PATCH 2/3] fix(cal-ag): Fix edition --- reporters_db/data/reporters.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporters_db/data/reporters.json b/reporters_db/data/reporters.json index 1459283..cb4485c 100644 --- a/reporters_db/data/reporters.json +++ b/reporters_db/data/reporters.json @@ -20241,7 +20241,7 @@ { "cite_type": "specialty", "editions": { - "Op. O.L.C.": { + "Ops.Cal.Atty.Gen.": { "end": null, "start": null } From e14a6e42632dbdf14b1f013acdf33417de291a1a Mon Sep 17 00:00:00 2001 From: William Palin Date: Thu, 25 Jan 2024 10:17:34 -0500 Subject: [PATCH 3/3] fix(cal-ag): Fix typo --- reporters_db/data/reporters.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporters_db/data/reporters.json b/reporters_db/data/reporters.json index cb4485c..bbb666e 100644 --- a/reporters_db/data/reporters.json +++ b/reporters_db/data/reporters.json @@ -20246,7 +20246,7 @@ "start": null } }, - "example": [ + "examples": [ "106 Ops.Cal.Atty.Gen. 1" ], "mlz_jurisdiction": [