From 583f789d1a69d0cb4b5183a7144cb5ccd58c4aba Mon Sep 17 00:00:00 2001 From: Simon Clematide Date: Sat, 7 Dec 2024 13:37:01 +0100 Subject: [PATCH] fix: typo in $id --- json/topic_model/topic_assignment.v2.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/topic_model/topic_assignment.v2.schema.json b/json/topic_model/topic_assignment.v2.schema.json index 25c1815..147734c 100644 --- a/json/topic_model/topic_assignment.v2.schema.json +++ b/json/topic_model/topic_assignment.v2.schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://impresso.github.io/impresso-schemas/json/topic_model/topic_assignment.vs.schema.json", + "$id": "https://impresso.github.io/impresso-schemas/json/topic_model/topic_assignment.v2.schema.json", "description": "A representation for the probabilistic assignments of the topics of a topic model to content items. impresso 2 schema version.", "type": "object", "properties": {