Skip to content

Commit 76a2f55

Browse files
committed
Fix schema ID
Signed-off-by: Filipe Laíns <[email protected]>
1 parent ef7502a commit 76a2f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/specifications/schemas/build-details-v1.0.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://packaging.python.org/en/latest/specifications/schemas/python-build-info-v1.0.schema.json",
3+
"$id": "https://packaging.python.org/en/latest/specifications/schemas/build-details-v1.0.schema.json",
44
"type": "object",
55
"title": "build-details.json — a static description file with build details of Python installations",
66
"required": [

0 commit comments

Comments
 (0)