Skip to content

Commit

Permalink
Fix IRIorCURIE LocalPart to bring it closer to RFC
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Dec 18, 2023
1 parent 3d81df2 commit 35b0623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registereditems/ogc-utils/iri-or-curie/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $defs:
pattern: '^[A-Za-z_][^\s:]*:.*$'
LocalPart:
type: string
pattern: '^[^:]*(\?.*)?(#.*)?$'
pattern: '^[^:<>\{\}\|\\\^`" ]*(\?[^<>\{\}\|\\\^`" ]*)?(#[^<>\{\}\|\\\^`" ]*)?$'
Single:
anyOf:
- $ref: '#/$defs/IRI'
Expand Down

0 comments on commit 35b0623

Please sign in to comment.