File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 817817 }
818818 },
819819 "PrivateASN" : {
820- "description" : " ASN for private use (reserved by IANA)" ,
821- "oneOf" : [
822- {
823- "$ref" : " #/components/schemas/PrivateASN16Bit"
824- },
825- {
826- "$ref" : " #/components/schemas/PrivateASN32Bit"
827- }
828- ]
829- },
830- "PrivateASN16Bit" : {
831- "description" : " 16-bit Private ASN range." ,
832- "format" : " int32" ,
833- "maximum" : 65534 ,
834- "minimum" : 64512 ,
835- "type" : " integer"
836- },
837- "PrivateASN32Bit" : {
838- "description" : " 32-bit Private ASN range." ,
820+ "description" : " ASN for private use (reserved by IANA).\n Allowed values are 64512-65534 (16-bit range) and 4200000000-4294967294 (32-bit range).\n " ,
839821 "format" : " int32" ,
840822 "maximum" : 4294967294 ,
841- "minimum" : 4200000000 ,
823+ "minimum" : 64512 ,
842824 "type" : " integer"
843825 },
844826 "Quota" : {
You can’t perform that action at this time.
0 commit comments