You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`fqdn`|[`SimpleRelation`](#simple_relation)|[`FQDN`](#fqdn)| Represents a FQDN discovered in the contact information |
53
-
|`id`|[`SimpleRelation`](#simple_relation)|[`Identifier`](#identifer)| Represents an ID (e.g. email address) in the contact information |
54
-
|`organization`|[`SimpleRelation`](#simple_relation)|[`Organization`](#organization)| Represents an organization name in the contact information |
55
-
|`person`|[`SimpleRelation`](#simple_relation)|[`Person`](#person)| Represents a person's name discovered with the contact information |
56
-
|`phone`|[`SimpleRelation`](#simple_relation)|[`Phone`](#phone)| Represents a phone number in the contact information |
57
-
|`url`|[`SimpleRelation`](#simple_relation)|[`URL`](#url)| Represents an URL discovered in the contact information |
59
+
|[`SimpleRelation`](../relations/simple_relation.md)|`fqdn`|[`FQDN`](#fqdn)| Represents a FQDN discovered in the contact information |
60
+
|[`SimpleRelation`](../relations/simple_relation.md)|`id`|[`Identifier`](#identifer)| Represents an ID (e.g. email address) in the contact information |
61
+
|[`SimpleRelation`](../relations/simple_relation.md)|`organization`|[`Organization`](#organization)| Represents an organization name in the contact information |
62
+
|[`SimpleRelation`](../relations/simple_relation.md)|`person`|[`Person`](#person)| Represents a person's name discovered with the contact information |
63
+
|[`SimpleRelation`](../relations/simple_relation.md)|`phone`|[`Phone`](#phone)| Represents a phone number in the contact information |
64
+
|[`SimpleRelation`](../relations/simple_relation.md)|`url`|[`URL`](#url)| Represents an URL discovered in the contact information |
|`dns_record`|[`BasicDNSRelation`](#basic_dns_relation)|[`FQDN`](#fqdn), [`IPAddress`](#ip_address)|Used for most RR types |
55
-
|`dns_record`|[`PrefDNSRelation`](#pref_dns_relation)|[`FQDN`](#fqdn)|Used for RR types that have a preference attribute |
56
-
|`dns_record`|[`SRVDNSRelation`](#srv_dns_relation)|[`FQDN`](#fqdn)|Used to support the SRV RR type |
57
-
|`node`|[`SimpleRelation`](#simple_relation)|[`FQDN`](#fqdn)| Links a DNS zone apex to nodes within the zone |
58
-
|`port`|[`PortRelation`](#port_relation)|[`Service`](#service)| Represents a port at the FQDN with a responding service |
59
-
|`registration`|[`SimpleRelation`](#simple_relation)|[`DomainRecord`](#domain_record)| Links a root domain to registration data |
62
+
|[`BasicDNSRelation`](../relations/basic_dns_relation.md)|`dns_record`|[`FQDN`](#fqdn), [`IPAddress`](#ip_address)|Represents most RR types |
63
+
|[`PrefDNSRelation`](../relations/pref_dns_relation.md)|`dns_record`|[`FQDN`](#fqdn)|Utilized for RR types that have a preference attribute |
64
+
|[`SRVDNSRelation`](../relations/srv_dns_relation.md)|`dns_record`|[`FQDN`](#fqdn)|Represents the SRV Resource Record type |
65
+
|[`SimpleRelation`](../relations/simple_relation.md)|`node`|[`FQDN`](#fqdn)| Links a DNS zone apex to nodes within the zone |
66
+
|[`PortRelation`](../relations/port_relation.md)|`port`|[`Service`](#service)| Represents a port at the FQDN with a responding service |
67
+
|[`SimpleRelation`](../relations/simple_relation.md)|`registration`|[`DomainRecord`](#domain_record)| Links a root domain to its associated registration data |
0 commit comments