Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hydra https://github.com/sourcemeta/hydra af9f2c54709d620872ead0c3f8f683c15a0fa7
jsonschema https://github.com/sourcemeta/jsonschema v13.5.0
bootstrap https://github.com/twbs/bootstrap v5.3.3
bootstrap-icons https://github.com/twbs/icons v1.11.3
collections/sourcemeta/std/v0 https://github.com/sourcemeta/std 3f8746fb22ac70494ea3e3075cc19ee5d770ced7
collections/sourcemeta/std https://github.com/sourcemeta/std 3f8746fb22ac70494ea3e3075cc19ee5d770ced7
collections/geojson/v1.0.5 https://github.com/geojson/schema v1.0.5
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR drops the collections/sourcemeta/std/v0 dependency path; I still see @sourcemeta/std/v0 referenced in public/one.json, which may break configs that rely on it unless there’s an intentional alias/redirect.

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎

collections/geojson/v1.0.4 https://github.com/geojson/schema v1.0.4
collections/geojson/v1.0.3 https://github.com/geojson/schema v1.0.3
Expand Down
2 changes: 1 addition & 1 deletion collections/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(ONE_COLLECTION_SOURCES)

include("./sourcemeta/std/v0/one.cmake")
include("./sourcemeta/std/one.cmake")
include("./sourcemeta/one/one.cmake")
include("./sourcemeta/extensions/one.cmake")
include("./geojson/v1.0.0/one.cmake")
Expand Down
42 changes: 21 additions & 21 deletions collections/sourcemeta/one/jsonschema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@
"website": "https://one.sourcemeta.com",
"path": "./schemas",
"resolve": {
"../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ieee/posix/2017/path.json": "../../std/v0/ieee/posix/2017/path.json",
"../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/uri-reference.json": "../../std/v0/ietf/uri/uri-reference.json",
"../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/uri.json": "../../std/v0/ietf/uri/uri.json",
"../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/url.json": "../../std/v0/ietf/uri/url.json",
"../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/email/address.json": "../../std/v0/ietf/email/address.json",
"../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/uri-relative.json": "../../std/v0/ietf/uri/uri-relative.json",
"../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/iso/units/2022/percentage.json": "../../std/v0/iso/units/2022/percentage.json",
"../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/problem-details/problem.json": "../../std/v0/ietf/problem-details/problem.json",
"../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/uri-relative.json": "../../../std/v0/ietf/uri/uri-relative.json",
"../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/uri.json": "../../../std/v0/ietf/uri/uri.json",
"../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/url.json": "../../../std/v0/ietf/uri/url.json",
"../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/email/address.json": "../../../std/v0/ietf/email/address.json",
"../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/iso/it/2015/byte.json": "../../../std/v0/iso/it/2015/byte.json",
"../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/iso/units/2022/percentage.json": "../../../std/v0/iso/units/2022/percentage.json",
"../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/jsonpointer/pointer.json": "../../../std/v0/ietf/jsonpointer/pointer.json",
"../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/jsonpointer/pointer.json": "../../../../std/v0/ietf/jsonpointer/pointer.json",
"../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/uri-relative.json": "../../../../std/v0/ietf/uri/uri-relative.json",
"../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/uri.json": "../../../../std/v0/ietf/uri/uri.json",
"../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/url.json": "../../../../std/v0/ietf/uri/url.json",
"../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/iso/it/2015/byte.json": "../../../../std/v0/iso/it/2015/byte.json",
"../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/iso/units/2022/percentage.json": "../../../../std/v0/iso/units/2022/percentage.json"
"../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ieee/posix/2017/path.json": "../../std/ieee/posix/2017/path.json",
"../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/uri-reference.json": "../../std/ietf/uri/uri-reference.json",
"../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/uri.json": "../../std/ietf/uri/uri.json",
"../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/url.json": "../../std/ietf/uri/url.json",
"../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/email/address.json": "../../std/ietf/email/address.json",
"../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/uri-relative.json": "../../std/ietf/uri/uri-relative.json",
"../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/iso/units/2022/percentage.json": "../../std/iso/units/2022/percentage.json",
"../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/problem-details/problem.json": "../../std/ietf/problem-details/problem.json",
"../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/uri-relative.json": "../../../std/ietf/uri/uri-relative.json",
"../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/uri.json": "../../../std/ietf/uri/uri.json",
"../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/url.json": "../../../std/ietf/uri/url.json",
"../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/email/address.json": "../../../std/ietf/email/address.json",
"../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/iso/it/2015/byte.json": "../../../std/iso/it/2015/byte.json",
"../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/iso/units/2022/percentage.json": "../../../std/iso/units/2022/percentage.json",
"../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/jsonpointer/pointer.json": "../../../std/ietf/jsonpointer/pointer.json",
"../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/jsonpointer/pointer.json": "../../../../std/ietf/jsonpointer/pointer.json",
"../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/uri-relative.json": "../../../../std/ietf/uri/uri-relative.json",
"../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/uri.json": "../../../../std/ietf/uri/uri.json",
"../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/url.json": "../../../../std/ietf/uri/url.json",
"../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/iso/it/2015/byte.json": "../../../../std/iso/it/2015/byte.json",
"../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/iso/units/2022/percentage.json": "../../../../std/iso/units/2022/percentage.json"
}
}
2 changes: 1 addition & 1 deletion collections/sourcemeta/one/one.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": [ "@sourcemeta/std/v0" ],
"extends": [ "@sourcemeta/std" ],
"contents": {
"sourcemeta": {
"title": "Sourcemeta",
Expand Down
2 changes: 1 addition & 1 deletion collections/sourcemeta/one/schemas/api/error.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"detail": "The requested schema was not found"
}
],
"$ref": "../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/problem-details/problem.json",
"$ref": "../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/problem-details/problem.json",
"required": [ "title", "status", "detail" ],
"properties": {
"title": {
Expand Down
20 changes: 10 additions & 10 deletions collections/sourcemeta/one/schemas/api/list/response.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"type": "string"
},
"path": {
"$ref": "../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/uri-relative.json"
"$ref": "../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/uri-relative.json"
}
},
"additionalProperties": false
}
},
"email": {
"$ref": "../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/email/address.json"
"$ref": "../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/email/address.json"
},
"entries": {
"type": "array",
Expand All @@ -62,22 +62,22 @@
"const": "directory"
},
"email": {
"$ref": "../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/email/address.json"
"$ref": "../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/email/address.json"
},
"github": {
"type": "string"
},
"health": {
"$ref": "../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/iso/units/2022/percentage.json"
"$ref": "../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/iso/units/2022/percentage.json"
},
"name": {
"type": "string"
},
"path": {
"$ref": "../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/uri-relative.json"
"$ref": "../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/uri-relative.json"
},
"website": {
"$ref": "../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/url.json"
"$ref": "../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/url.json"
}
},
"additionalProperties": false
Expand All @@ -102,16 +102,16 @@
"type": "string"
},
"health": {
"$ref": "../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/iso/units/2022/percentage.json"
"$ref": "../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/iso/units/2022/percentage.json"
},
"path": {
"$ref": "../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/uri-relative.json"
"$ref": "../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/uri-relative.json"
},
"url": {
"$ref": "../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/url.json"
"$ref": "../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/url.json"
},
"website": {
"$ref": "../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/url.json"
"$ref": "../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/url.json"
}
},
"additionalProperties": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"required": [ "from", "to", "at" ],
"properties": {
"at": {
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/jsonpointer/pointer.json"
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/jsonpointer/pointer.json"
},
"from": {
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/url.json"
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/url.json"
},
"to": {
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/url.json"
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/url.json"
}
},
"additionalProperties": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
],
"properties": {
"absoluteKeywordLocation": {
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/url.json"
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/url.json"
},
"annotation": {
"type": "array",
"minItems": 1
},
"instanceLocation": {
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/jsonpointer/pointer.json"
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/jsonpointer/pointer.json"
},
"keywordLocation": {
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/jsonpointer/pointer.json"
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/jsonpointer/pointer.json"
}
},
"additionalProperties": false
Expand Down Expand Up @@ -75,16 +75,16 @@
],
"properties": {
"absoluteKeywordLocation": {
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/url.json"
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/url.json"
},
"error": {
"type": "string"
},
"instanceLocation": {
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/jsonpointer/pointer.json"
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/jsonpointer/pointer.json"
},
"keywordLocation": {
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/jsonpointer/pointer.json"
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/jsonpointer/pointer.json"
}
},
"additionalProperties": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
"type": "array",
"minItems": 1,
"items": {
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/jsonpointer/pointer.json"
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/jsonpointer/pointer.json"
}
}
},
"additionalProperties": false
}
},
"score": {
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/iso/units/2022/percentage.json"
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/iso/units/2022/percentage.json"
}
},
"additionalProperties": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,35 +44,35 @@
"enum": [ "resource", "anchor", "pointer", "subschema" ]
},
"base": {
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/url.json"
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/url.json"
},
"baseDialect": {
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/uri.json"
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/uri.json"
},
"dialect": {
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/url.json"
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/url.json"
},
"parent": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/jsonpointer/pointer.json"
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/jsonpointer/pointer.json"
}
]
},
"pointer": {
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/jsonpointer/pointer.json"
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/jsonpointer/pointer.json"
},
"position": {
"$ref": "../position.json"
},
"relativePointer": {
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/jsonpointer/pointer.json"
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/jsonpointer/pointer.json"
},
"root": {
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/url.json"
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/url.json"
}
},
"additionalProperties": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"type": "string"
},
"path": {
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/uri-relative.json"
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/uri-relative.json"
}
},
"additionalProperties": false
Expand Down Expand Up @@ -73,22 +73,22 @@
"type": [ "string", "null" ]
},
"baseDialect": {
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/uri.json"
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/uri.json"
},
"bytes": {
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/iso/it/2015/byte.json"
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/iso/it/2015/byte.json"
},
"dialect": {
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/uri.json"
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/uri.json"
},
"health": {
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/iso/units/2022/percentage.json"
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/iso/units/2022/percentage.json"
},
"identifier": {
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/url.json"
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/url.json"
},
"path": {
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/uri-relative.json"
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/uri-relative.json"
},
"provenance": {
"type": [ "string", "null" ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"type": "string"
},
"path": {
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/v0/schemas/2020-12/ietf/uri/uri-relative.json"
"$ref": "../../../../../../../vendor/collections/sourcemeta/std/schemas/2020-12/ietf/uri/uri-relative.json"
}
},
"additionalProperties": false
Expand Down
Loading
Loading