mirror of
https://git.dn42.dev/dn42/registry.git
synced 2026-01-12 15:26:25 +08:00
Merge pull request 'Remove defunct schema keys' (#5665) from gtsiam/registry:pr/defunct-keys into master
Reviewed-on: https://git.dn42.dev/dn42/registry/pulls/5665 Reviewed-by: schema-checker <schema-checker@noreply.dn42.dev>
This commit is contained in:
commit
63b8ac87f0
5 changed files with 0 additions and 13 deletions
|
|
@ -19,6 +19,5 @@ key: mnt-routes optional multiple lookup=dn42.mntner
|
|||
key: org optional single lookup=dn42.organisation
|
||||
key: remarks optional multiple
|
||||
key: source required single lookup=dn42.registry
|
||||
network-owner: inet6num
|
||||
mnt-by: DN42-MNT
|
||||
source: DN42
|
||||
|
|
|
|||
|
|
@ -19,7 +19,5 @@ key: mnt-routes optional multiple lookup=dn42.mntner
|
|||
key: org optional single lookup=dn42.organisation
|
||||
key: remarks optional multiple
|
||||
key: source required single lookup=dn42.registry
|
||||
network-owner: inet6num
|
||||
network-owner: inetnum
|
||||
mnt-by: DN42-MNT
|
||||
source: DN42
|
||||
|
|
|
|||
|
|
@ -12,6 +12,5 @@ key: remarks optional multiple
|
|||
key: source required single lookup=dn42.registry
|
||||
key: pingable optional multiple
|
||||
key: max-length optional single
|
||||
network-owner: inetnum
|
||||
mnt-by: DN42-MNT
|
||||
source: DN42
|
||||
|
|
|
|||
|
|
@ -12,6 +12,5 @@ key: remarks optional multiple
|
|||
key: source required single lookup=dn42.registry
|
||||
key: pingable optional multiple
|
||||
key: max-length optional single
|
||||
network-owner: inet6num
|
||||
mnt-by: DN42-MNT
|
||||
source: DN42
|
||||
|
|
|
|||
|
|
@ -1,20 +1,12 @@
|
|||
schema: SCHEMA-SCHEMA
|
||||
ref: dn42.schema
|
||||
dir-name: schema
|
||||
primary-key: inetnum cidr
|
||||
primary-key: inet6num cidr
|
||||
primary-key: role nic-hdl
|
||||
primary-key: person nic-hdl
|
||||
owners: mntner
|
||||
key: schema required single primary schema > [name]
|
||||
key: ref required single > [schema]
|
||||
key: primary-key optional multiple > [schema] [key]
|
||||
key: dir-name required single
|
||||
key: owners optional single > [schema]
|
||||
key: mnt-by required multiple lookup=dn42.mntner > [mntner]
|
||||
key: remarks optional multiple > [text]...
|
||||
key: source required single lookup=dn42.registry
|
||||
key: network-owner optional multiple > [parent-schema]
|
||||
key: key required multiple > [key-name]
|
||||
{required|optional|recommend|deprecate}
|
||||
{single|multiple} {primary|} {schema|}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue