From 38981f0e2f886a3ded1b4cc58f32ba637207c3c9 Mon Sep 17 00:00:00 2001 From: Brian Pondi Date: Sat, 24 Aug 2024 11:42:32 +0200 Subject: [PATCH] Update meta/subtype-schemas.json Co-authored-by: Matthias Mohr --- meta/subtype-schemas.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/subtype-schemas.json b/meta/subtype-schemas.json index 00238654..29a569ae 100644 --- a/meta/subtype-schemas.json +++ b/meta/subtype-schemas.json @@ -234,7 +234,7 @@ }, "mlm-model": { "type": "object", - "subtype": "mlm-model", + "subtype": "ml-model", "title": "Machine Learning Model", "description": "A machine learning model, accompanied with STAC metadata that implements the Machine Learning Model STAC extension (mlm-model)." },