Skip to content

Commit 478242f

Browse files
authored
General info on Conditionally Required and Optional fields
Signed-off-by: Michael Schnuerle <1285077+schnuerle@users.noreply.github.com>
1 parent e517cb9 commit 478242f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

general-information.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This document contains specifications that are shared between the various MDS [A
66

77
- [Authorization](#authorization)
88
- [Beta Features](#beta-features)
9+
- [Conditionally Required Fields](#conditionally-required-fields)
910
- [Costs and Currencies](#costs-and-currencies)
1011
- [Data Types](#data-types)
1112
- [Definitions](#definitions)
@@ -14,6 +15,7 @@ This document contains specifications that are shared between the various MDS [A
1415
- [Geographic Data](#geographic-data)
1516
- [Intersection Operation](#intersection-operation)
1617
- [Geography-Driven Events](#geography-driven-events)
18+
- [Optional Fields](#optional-fields)
1719
- [Responses](#responses)
1820
- [Error Messages](#error-messages)
1921
- [Bulk Responses](#bulk-responses)
@@ -83,6 +85,12 @@ Working Groups and their Steering Committees are expected to review beta designa
8385

8486
[Top][toc]
8587

88+
## Conditionally Required Fields
89+
90+
Conditionally required fields **must** be provided in MDS data feeds from operators if the data is available from the operator, and/or the public agency requests it as part of its permit, RFP, contract, operating agreement, SLA, [Requirements](./policy#requirement) file, or via other authority. Or as part of the conditional requirement as stated in the field's descritpion.
91+
92+
[Top][toc]
93+
8694
## Costs and Currencies
8795

8896
Fields specifying a monetary cost use a currency as specified in [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217#Active_codes). All costs should be given as integers in the currency's smallest unit. As an example, to represent $1 USD, specify an amount of `100` (100 cents).
@@ -167,6 +175,12 @@ During the Beta period for this feature, location and telemetry data remain requ
167175

168176
[Top][toc]
169177

178+
## Optional Fields
179+
180+
Optional fields **may** be provided in MDS data feeds from operators if the data is available from the operator, and/or the public agency requests it as part of its permit, RFP, contract, operating agreement, SLA, [Requirements](./policy#requirement) file, or via other authority.
181+
182+
[Top][toc]
183+
170184
## Responses
171185

172186
- **200:** OK: operation successful.

0 commit comments

Comments
 (0)