Skip to content

Commit

Permalink
last fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpeterkort committed Nov 5, 2024
1 parent 2a3555f commit 7067c01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions draft.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ var (

Draft2020HyperSchema = &Draft{
version: 2020,
url: "https://json-schema.org/draft/2020-12/hyper-schema",
url: "https://json-schema.org/draft/2020-12/schema",
id: "$id",
subschemas: joinSubschemas(Draft2019.subschemas,
schemaPath("prefixItems/[]"),
Expand All @@ -138,7 +138,6 @@ var (
"format-annotation": nil,
"content": nil,
"hyper-schema": nil,
"links": nil,
},
defaultVocabs: []string{"core", "applicator", "unevaluated", "validation"},
}
Expand Down

0 comments on commit 7067c01

Please sign in to comment.