mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-07-20 09:26:59 +08:00
Require specific directory for each object type. Helpful for optimizing lookups in automated tools
This commit is contained in:
parent
c69c9e197f
commit
4193284d07
17 changed files with 18 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
schema: SCHEMA-SCHEMA
|
||||
ref: dn42.schema
|
||||
dir-name: schema
|
||||
primary-key: inetnum cidr
|
||||
primary-key: inet6num cidr
|
||||
primary-key: role nic-hdl
|
||||
|
@ -8,7 +9,7 @@ owners: mntner
|
|||
key: schema required single primary schema > [name]
|
||||
key: ref required single > [schema]
|
||||
key: primary-key optional multiple > [schema] [key]
|
||||
key: dir-name optional single
|
||||
key: dir-name required single
|
||||
key: owners optional single > [schema]
|
||||
key: mnt-by required multiple lookup=dn42.mntner > [mntner]
|
||||
key: remarks optional multiple > [text]...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue