From 9d14ac689227a8b4bee544a5b5e8b78b72419bc8 Mon Sep 17 00:00:00 2001 From: Francis Charette-Migneault Date: Tue, 9 Apr 2024 12:14:55 -0400 Subject: [PATCH] update schema title and description --- json-schema/schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json-schema/schema.json b/json-schema/schema.json index db1b466..0c3722a 100644 --- a/json-schema/schema.json +++ b/json-schema/schema.json @@ -1,8 +1,8 @@ { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://stac-extensions.github.io/mlm/v1.0.0/schema.json", - "title": "DL Model Item", - "description": "This object represents the metadata for a Machine Learning Model (MLM).", + "title": "Machine Learning Model STAC Extension Schema", + "description": "This object represents the metadata for a Machine Learning Model (MLM) used in STAC documents.", "oneOf": [ { "$comment": "This is the schema for STAC extension MLM in Items.",