Add URN record type

This commit is contained in:
Emery Hemingway 2023-09-05 09:57:31 +02:00
parent 72566ac223
commit d51937b75f
1 changed files with 7 additions and 0 deletions

7
schemas/urn.prs Normal file
View File

@ -0,0 +1,7 @@
version 1 .
Authority = [ @username any @password any @host any @port any ] .
; Uniform Resource Identifier https://datatracker.ietf.org/doc/html/rfc3986
; <uri "https" [#f, #f, "datatracker.ietf.org", #f] "/doc/html/rfc3986" #f #f>
Uri = <uri @scheme string @auth Authority @path any @query any @fragment any> .