Add sdw-sosa-ssn
URL
https://w3c.github.io/sdw-sosa-ssn/
Rationale
- See repository: w3c/sdw-sosa-ssn
- Would-be shortname:
sdw-sosa-ssn
Additional properties
{}
Changes to index.json
This update would trigger the following changes in index.json:
Add spec (1)
{
"url": "https://w3c.github.io/sdw-sosa-ssn/",
"seriesComposition": "full",
"shortname": "sdw-sosa-ssn",
"series": {
"shortname": "sdw-sosa-ssn",
"currentSpecification": "sdw-sosa-ssn",
"title": "sdw-sosa-ssn",
"shortTitle": "sdw-sosa-ssn",
"nightlyUrl": "https://w3c.github.io/sdw-sosa-ssn/"
},
"organization": "W3C",
"groups": [
{
"name": "Spatio-temporal Data on the Web Working Group",
"url": "https://www.w3.org/2021/sdw"
}
],
"nightly": {
"url": "https://w3c.github.io/sdw-sosa-ssn/",
"status": "Editor's Draft",
"alternateUrls": [],
"repository": "https://github.com/w3c/sdw-sosa-ssn",
"filename": "index.html"
},
"title": "sdw-sosa-ssn",
"source": "spec",
"shortTitle": "sdw-sosa-ssn",
"categories": [
"browser"
],
"standing": "good"
}
Tests
With these changes, the following tests would fail:
The `index.json` list contains relative paths to source of nightly spec when repository is known
Expected:
[]
Actual:
[
{
"url": "https://w3c.github.io/sdw-sosa-ssn/",
"seriesComposition": "full",
"shortname": "sdw-sosa-ssn",
"series": {
"shortname": "sdw-sosa-ssn",
"currentSpecification": "sdw-sosa-ssn",
"title": "sdw-sosa-ssn",
"shortTitle": "sdw-sosa-ssn",
"nightlyUrl": "https://w3c.github.io/sdw-sosa-ssn/"
},
"organization": "W3C",
"groups": [
{
"name": "Spatio-temporal Data on the Web Working Group",
"url": "https://www.w3.org/2021/sdw"
}
],
"nightly": {
"url": "https://w3c.github.io/sdw-sosa-ssn/",
"status": "Editor's Draft",
"alternateUrls": [],
"repository": "https://github.com/w3c/sdw-sosa-ssn",
"filename": "index.html"
},
"title": "sdw-sosa-ssn",
"source": "spec",
"shortTitle": "sdw-sosa-ssn",
"categories": [
"browser"
],
"standing": "good"
}
]
The specification was updated on 2025-04-23 (last reviewed on 2025-02-10).
URL was reported before I included the multi-repos logic, which should now exclude the sdw-sosa-ssn folder from the w3c/sdw. Closing.
Hmm, previous comment is wrong in practice. This is a separate repository that happens to also appear under w3c/sdw as a Git submodule... The repository also contains multiple specs and should be added to the known list of multi-spec repos accordingly. Will do.