mirror of
https://git.dn42.dev/dn42/registry.git
synced 2026-02-26 05:19:17 +08:00
remove defunct schema keys
Specifically these keys are no longer defined in dn42.schema objects: - `owners` - `network-owners` - `primary-key`
This commit is contained in:
parent
f03aea9d77
commit
f50e15ffa4
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