mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-06-24 12:46:21 +08:00
Fix format violations and directory name vs schema key key mismatches
This commit is contained in:
parent
f51fe91dbb
commit
f52df83fbe
17 changed files with 26 additions and 26 deletions
|
@ -1,4 +1,4 @@
|
||||||
aut-num: 4242423794
|
aut-num: AS4242423794
|
||||||
as-name: MATTCODE
|
as-name: MATTCODE
|
||||||
admin-c: MATTCODE-DN42
|
admin-c: MATTCODE-DN42
|
||||||
tech-c: MATTCODE-DN42
|
tech-c: MATTCODE-DN42
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
route: fd88:8888:abcd::/48
|
route6: fd88:8888:abcd::/48
|
||||||
origin: AS4242420448
|
origin: AS4242420448
|
||||||
mnt-by: FRYGUY-MNT
|
mnt-by: FRYGUY-MNT
|
||||||
source: DN42
|
source: DN42
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
route: fdc0:ffee::/48
|
route6: fdc0:ffee::/48
|
||||||
origin: AS4242422030
|
origin: AS4242422030
|
||||||
mnt-by: MUTE-MNT
|
mnt-by: MUTE-MNT
|
||||||
source: DN42
|
source: DN42
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
route: fdc3:c927:1455::/48
|
route6: fdc3:c927:1455::/48
|
||||||
origin: AS4242422499
|
origin: AS4242422499
|
||||||
mnt-by: MULTI-MNT
|
mnt-by: MULTI-MNT
|
||||||
source: DN42
|
source: DN42
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
route: fdc7:3c9d:b889:a272::/64
|
route6: fdc7:3c9d:b889:a272::/64
|
||||||
origin: AS65043
|
origin: AS65043
|
||||||
mnt-by: FF3L-MNT
|
mnt-by: FF3L-MNT
|
||||||
mnt-by: KPANIC-MNT
|
mnt-by: KPANIC-MNT
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
route: fdc7:3c9d:ff31::/48
|
route6: fdc7:3c9d:ff31::/48
|
||||||
origin: AS65043
|
origin: AS65043
|
||||||
mnt-by: FF3L-MNT
|
mnt-by: FF3L-MNT
|
||||||
mnt-by: KPANIC-MNT
|
mnt-by: KPANIC-MNT
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
route: fdc7:5384:30::/48
|
route6: fdc7:5384:30::/48
|
||||||
origin: AS65043
|
origin: AS65043
|
||||||
mnt-by: FF3L-MNT
|
mnt-by: FF3L-MNT
|
||||||
mnt-by: KPANIC-MNT
|
mnt-by: KPANIC-MNT
|
||||||
|
|
|
@ -14,36 +14,36 @@ remarks: # option descriptions
|
||||||
: object required to have at least one
|
: object required to have at least one
|
||||||
optional
|
optional
|
||||||
: object not required to have at least one
|
: object not required to have at least one
|
||||||
|
+
|
||||||
single
|
single
|
||||||
: only one of this type allowed
|
: only one of this type allowed
|
||||||
multiple
|
multiple
|
||||||
: more than one of this type allowed
|
: more than one of this type allowed
|
||||||
|
+
|
||||||
primary
|
primary
|
||||||
: use field as lookup key for lookup
|
: use field as lookup key for lookup
|
||||||
* only one allowed per schema
|
* only one allowed per schema
|
||||||
* does not allow newlines
|
* does not allow newlines
|
||||||
|
+
|
||||||
schema
|
schema
|
||||||
: use field name as the name of the schema
|
: use field name as the name of the schema
|
||||||
* only one allowed per schema
|
* only one allowed per schema
|
||||||
* does not allow newlines
|
* does not allow newlines
|
||||||
|
+
|
||||||
lookup
|
lookup
|
||||||
: schema match to use for related record
|
: schema match to use for related record
|
||||||
|
+
|
||||||
\> option specs
|
\> option specs
|
||||||
: defines the option specifications for the key.
|
: defines the option specifications for the key.
|
||||||
* must come last in option list
|
* must come last in option list
|
||||||
|
+
|
||||||
[label] string value. A positional string argument required.
|
[label] string value. A positional string argument required.
|
||||||
Text inside brackets represent a label for the string.
|
Text inside brackets represent a label for the string.
|
||||||
If follwed by '...' values are gathered as an array.
|
If follwed by '...' values are gathered as an array.
|
||||||
|
+
|
||||||
{enum1|enum2|} enumeration. One option in pipe('|') deliniation is allowed.
|
{enum1|enum2|} enumeration. One option in pipe('|') deliniation is allowed.
|
||||||
If there is a trailing pipe it means the enum is optional.
|
If there is a trailing pipe it means the enum is optional.
|
||||||
|
+
|
||||||
label=str keyword argument. Label for value with type 'str', 'int', or 'decimal'
|
label=str keyword argument. Label for value with type 'str', 'int', or 'decimal'
|
||||||
|
+
|
||||||
'literal' Literal value. literal text value.
|
'literal' Literal value. literal text value.
|
||||||
|
|
Loading…
Add table
Reference in a new issue