Skip to content

Commit

Permalink
add 'CREF' as accepted Field string (#95)
Browse files Browse the repository at this point in the history
* add 'CREF' as accepted Field string

* jsonschema: add MRMS as accepted product string
  • Loading branch information
mackenzie-grimes-noaa authored Jan 14, 2025
1 parent f2c8cc2 commit 7d180ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion python/idsse_common/idsse/common/schema/field.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"VISIBILITY",
"WINDDIR",
"WINDGUST",
"WINDSPEED"
"WINDSPEED",
"CREF"
]
},

Expand Down
6 changes: 3 additions & 3 deletions python/idsse_common/idsse/common/schema/product.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Product": {
"description": "Identifier for supported products",
"type": "string",
"enum": ["NBM", "NBM.AWS", "NBM.AWS.GRIB"]
"description": "Identifier for supported products",
"type": "string",
"enum": ["NBM", "NBM.AWS", "NBM.AWS.GRIB", "MRMS"]
}
}

0 comments on commit 7d180ad

Please sign in to comment.