Skip to content

Commit 3e5c7e5

Browse files
authored
Merge pull request #27 from ReconJSON/codingo-type-references
Updating missing 'ReconJSON' type links
2 parents 3667a8a + d67b08b commit 3e5c7e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DNS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### DNS
22

3-
The `DNS` object SHALL be used to describe the DNS configuration of a specific `Host`. If attribute values are not known, they MUST NOT be included unless specified otherwise in the description below. See DNS.md file for futher usage for the `Host` object.
3+
The `DNS` object SHALL be used to describe the DNS configuration of a specific `Host`. If attribute values are not known, they MUST NOT be included unless specified otherwise in the description below. See DNS.md file for futher usage for the [`Host`](Host.md) object(s).
44

55

66
The `DNS` object has the following attributes defined:

ServiceDescriptor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### ServiceDescriptor
22

3-
The `ServiceDescriptor` object SHALL be used to describe a specific attribute or configuration of the `Service` object. There MAY be several `ServiceDescriptor` objects to a single `Service` object. Since the `ServiceDescriptor` object is the object in which the specifics about programs are to be stored, it is impossible for the authors of this standard to construct a `ServiceDescriptor` object for each and every use case. As a result, community sourcing of this attribute is needed. There will be several `ServiceDescriptor` definitions in the `ServiceDescriptors` folder for basic use (HTTP(s) paths, HTTPS certs, and CSP Definitions) but more will be added as needed. If attribute values are not known, they MUST NOT be included unless specified otherwise in the description below or in another ServiceDescriptor spec doc.
3+
The `ServiceDescriptor` object SHALL be used to describe a specific attribute or configuration of the [`Service`](Service.md) object. There MAY be several `ServiceDescriptor` objects to a single [`Service`](Service.md) object. Since the `ServiceDescriptor` object is the object in which the specifics about programs are to be stored, it is impossible for the authors of this standard to construct a `ServiceDescriptor` object for each and every use case. As a result, community sourcing of this attribute is needed. There will be several `ServiceDescriptor` definitions in the `ServiceDescriptors` folder for basic use (HTTP(s) paths, HTTPS certs, and CSP Definitions) but more will be added as needed. If attribute values are not known, they MUST NOT be included unless specified otherwise in the description below or in another ServiceDescriptor spec doc.
44

55
`ServiceDescriptor` objects SHOULD be returned in the context of a `Host > Port > Service`. However they MAY be returned by themselves. As such, `ServiceDescritors` SHOULD contain information to help identifiy which `Host`, `Port`, and `Service` to which they belong.
66

0 commit comments

Comments
 (0)