Skip to content

Commit e4a0265

Browse files
committed
entity networks and autnums, and domain network
1 parent 8281335 commit e4a0265

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/main/java/net/apnic/rdap/conformance/attributetest/Domain.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public boolean run(final Context context, final Result proto,
5555
new ArrayAttribute(new Variant(), "variants"),
5656
new ArrayAttribute(new Nameserver(true), "nameServers"),
5757
new ScalarAttribute("secureDNS", new SecureDNS()),
58+
new ScalarAttribute("network", new Ip()),
5859
new StandardObject()
5960
)
6061
);

src/main/java/net/apnic/rdap/conformance/attributetest/Entity.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,8 @@ public boolean run(final Context context, final Result proto,
260260
context, proto, data, knownAttributes, checkUnknown,
261261
Arrays.asList(
262262
new AsEventActor(),
263+
new ArrayAttribute(new Ip(), "networks"),
264+
new ArrayAttribute(new Autnum(), "autnums"),
263265
new StandardObject()
264266
)
265267
);

0 commit comments

Comments
 (0)