Skip to content

Commit

Permalink
fix: typo in $id
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-clematide committed Dec 7, 2024
1 parent 9c0e8fb commit 583f789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json/topic_model/topic_assignment.v2.schema.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 583f789

Please sign in to comment.