Skip to content

Commit

Permalink
Merge pull request #192 from zazuko/warnings
Browse files Browse the repository at this point in the history
change severity
  • Loading branch information
giacomociti authored Jun 24, 2024
2 parents ac7e599 + 6911f7d commit 0ec0c49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/perfect-emus-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"cube-link": patch
---

`standalone-cube-constraint`: Lower severity of `schema:publisher`, `schema:creator` and `schema:contributor` to warning
3 changes: 3 additions & 0 deletions validation/standalone-cube-constraint.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@
) ;
sh:property
[
sh:severity sh:Warning ;
sh:path schema:publisher ;
sh:minCount 1 ;
sh:nodeKind sh:IRI ;
sh:message "cube:Cube needs an schema:publisher"
] ;
sh:property
[
sh:severity sh:Warning ;
sh:path schema:creator ;
sh:minCount 1 ;
sh:nodeKind sh:IRI ;
Expand Down Expand Up @@ -79,6 +81,7 @@
] ;
sh:property
[
sh:severity sh:Warning ;
sh:path schema:contributor ;
sh:minCount 1 ;
sh:nodeKind sh:IRI ;
Expand Down

0 comments on commit 0ec0c49

Please sign in to comment.