mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-07-18 08:26:58 +08:00
move init to look to schema/SCHEMA-SCHEMA
This commit is contained in:
parent
78421585a5
commit
af46a7c4ff
9 changed files with 74 additions and 47 deletions
|
@ -1,5 +1,6 @@
|
|||
schema: DNS-SCHEMA
|
||||
ref: dn42.domain
|
||||
dir-name: dns
|
||||
key: domain required single primary schema
|
||||
key: nserver required multiple > [domain-name] [ip-addr]
|
||||
key: descr optional single
|
||||
|
@ -8,7 +9,7 @@ key: admin-c optional multiple lookup=dn42.person,dn42.role
|
|||
key: tech-c optional multiple lookup=dn42.person,dn42.role
|
||||
key: org optional multiple lookup=dn42.organisation
|
||||
key: country optional single
|
||||
key: ds-rdata optional multiple
|
||||
key: ds-rdata optional multiple
|
||||
key: remarks optional multiple
|
||||
key: source required single lookup=dn42.registry
|
||||
mnt-by: DN42-MNT
|
||||
|
|
|
@ -1,16 +1,15 @@
|
|||
schema: SCHEMA-SCHEMA
|
||||
namespace: dn42
|
||||
ref: dn42.schema
|
||||
primary-key: inetnum cidr
|
||||
primary-key: inet6num cidr
|
||||
primary-key: role nic-hdl
|
||||
primary-key: person nic-hdl
|
||||
namespace-owners: mntner
|
||||
ref: dn42.schema
|
||||
owners: mntner
|
||||
key: schema required single primary schema > [name]
|
||||
key: ref required single > [schema]
|
||||
key: namespace required single
|
||||
key: primary-key optional multiple > [schema] [key]
|
||||
key: namespace-owners required single > [schema]
|
||||
key: dir-name optional 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue