Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add shacl #1617

Open
browser-specs-bot opened this issue Dec 18, 2024 · 2 comments
Open

Add shacl #1617

browser-specs-bot opened this issue Dec 18, 2024 · 2 comments
Labels
monitor new spec Suggestion to add a new spec

Comments

@browser-specs-bot
Copy link
Collaborator

URL

https://w3c.github.io/shacl/

Rationale

  • See repository: w3c/shacl
  • Would-be shortname: shacl

Additional properties

{}
@browser-specs-bot browser-specs-bot added the new spec Suggestion to add a new spec label Dec 18, 2024
@browser-specs-bot
Copy link
Collaborator Author

Changes to index.json

This update would trigger the following changes in index.json:

Add spec (1)
{
  "url": "https://w3c.github.io/shacl/",
  "seriesComposition": "full",
  "shortname": "shacl",
  "series": {
    "shortname": "shacl",
    "currentSpecification": "shacl",
    "title": "Shapes Constraint Language (SHACL)",
    "shortTitle": "SHACL",
    "nightlyUrl": "https://w3c.github.io/data-shapes/shacl/"
  },
  "organization": "W3C",
  "groups": [
    {
      "name": "Data Shapes Working Group",
      "url": "https://www.w3.org/groups/wg/data-shapes/"
    }
  ],
  "nightly": {
    "url": "https://w3c.github.io/data-shapes/shacl/",
    "status": "REC",
    "alternateUrls": [],
    "repository": "https://github.com/w3c/data-shapes",
    "sourcePath": "shacl/index.html",
    "filename": "index.html"
  },
  "title": "Shapes Constraint Language (SHACL)",
  "source": "specref",
  "shortTitle": "SHACL",
  "categories": [
    "browser"
  ],
  "standing": "good"
}

Tests

With these changes, the following tests would fail:

The `index.json` list respects the JSON schema

Expected:

null

Actual:

[
  {
    "instancePath": "/173/nightly/status",
    "schemaPath": "#/properties/status/enum",
    "keyword": "enum",
    "params": {
      "allowedValues": [
        "A Collection of Interesting Ideas",
        "Draft Community Group Report",
        "Draft Deliverable",
        "Draft Finding",
        "Draft Registry",
        "Editor's Draft",
        "Experimental",
        "Final Deliverable",
        "Informational",
        "Internet Standard",
        "Living Standard",
        "Proposed Standard",
        "TAG Finding",
        "Unofficial Proposal Draft",
        "Working Group Approved Draft"
      ]
    },
    "message": "must be equal to one of the allowed values"
  }
]

@dontcallmedom
Copy link
Member

see w3c/data-shapes#162 & #1615

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
monitor new spec Suggestion to add a new spec
Projects
None yet
Development

No branches or pull requests

3 participants