From d227c52f2a93f08e5cd4c109fa38120ddbd4d10a Mon Sep 17 00:00:00 2001 From: Kelsey Smuczynski Date: Thu, 2 Jul 2026 10:23:18 -0600 Subject: [PATCH] feat(lexicon): add new 'Spanish Stirrup Rockshop' organization term Necessary for importing well inventory records with Spanish Stirrup Rockshop as the organization. --- core/lexicon.json | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/core/lexicon.json b/core/lexicon.json index eb4c1f1a..890ebc48 100644 --- a/core/lexicon.json +++ b/core/lexicon.json @@ -2258,27 +2258,37 @@ "definition": "Defines if a datalogger can or cannot be installed at the well." }, { - "categories": ["status_value"], + "categories": [ + "status_value" + ], "term": "Open", "definition": "The well is open." }, { - "categories": ["status_value"], + "categories": [ + "status_value" + ], "term": "Open (unequipped)", "definition": "The well is open and unequipped." }, { - "categories": ["status_value"], + "categories": [ + "status_value" + ], "term": "Closed", "definition": "The well is closed." }, { - "categories": ["status_value"], + "categories": [ + "status_value" + ], "term": "Datalogger can be installed", "definition": "A datalogger can be installed at the well" }, { - "categories": ["status_value"], + "categories": [ + "status_value" + ], "term": "Datalogger cannot be installed", "definition": "A datalogger cannot be installed at the well" }, @@ -4207,6 +4217,13 @@ "term": "Slash Triangle Ranch", "definition": "Slash Triangle Ranch" }, + { + "categories": [ + "organization" + ], + "term": "Spanish Stirrup Rockshop", + "definition": "Spanish Stirrup Rockshop" + }, { "categories": [ "organization" @@ -8452,4 +8469,4 @@ "definition": "Data were not field checked but are considered reliable" } ] -} +} \ No newline at end of file