File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ So what we are going to do is validating the following putative HTTP field `temp
2828<dt >
2929The field is defined as a List. meaning it can contain multiple temperature
3030definitions as items. Each temperature entry MUST contain a temperature value express in Celsius.
31- The temperature has the following required parameters ` date ` , ` longitude ` and ` latitude `
32- and an optional ` location ` parameter which is a human-readable name of the location where
33- the temperature was read. The ` location ` can be a ` string ` or a ` displaystring ` . The latitude
34- and longitude are express as ` decimal ` values. You will find below an example of such HTTP field.
31+ The temperature has the following required parameters < code > date</ code >, < code > longitude</ code > and < code > latitude</ code >
32+ and an optional < code > location</ code > parameter which is a human-readable name of the location where
33+ the temperature was read. The < code > location</ code > can be a < code > string</ code > or a < code > displaystring</ code > . The latitude
34+ and longitude are express as < code > decimal</ code > values. You will find below an example of such HTTP field.
3535</dt >
3636</dl >
3737
You can’t perform that action at this time.
0 commit comments