From 137a4d64bc7f2acefd9ab00427df529ba1d627ba Mon Sep 17 00:00:00 2001 From: Jerry Date: Fri, 24 Nov 2023 20:29:22 +0800 Subject: [PATCH] document: asn: [fix] name should be mandatory, not description Signed-off-by: Jerry --- document/asn.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/document/asn.toml b/document/asn.toml index fe5da84..817c7ac 100644 --- a/document/asn.toml +++ b/document/asn.toml @@ -3,7 +3,7 @@ # - Rename the file to "AS.toml", without the quotes. # - Remove any blank lines, comments, and unneeded options. -# AS name (optional). Can be an arbitrary string. +# AS name (mandatory). Can be an arbitrary string. name = "" # AS owner (mandatory). This should match the ID (file name) of a registered @@ -18,7 +18,7 @@ owner = "" # range of NeoNetwork or DN42, then our script can automatically find it out. #source = "" -# AS description (mandatory). Can be an arbitrary string. +# AS description (optional). Can be an arbitrary string. description = "" # AS ownership validation status for NeoNetwork (optional). If the AS is