Skip to content

Commit

Permalink
Improve documentation layout
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Dec 13, 2024
1 parent ae12f9f commit b88802c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/2.0/validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ So what we are going to do is validating the following putative HTTP field `temp
<dt>
The field is defined as a List. meaning it can contain multiple temperature
definitions as items. Each temperature entry MUST contain a temperature value express in Celsius.
The temperature has the following required parameters `date`, `longitude` and `latitude`
and an optional `location` parameter which is a human-readable name of the location where
the temperature was read. The `location` can be a `string` or a `displaystring`. The latitude
and longitude are express as `decimal` values. You will find below an example of such HTTP field.
The temperature has the following required parameters <code>date</code>, <code>longitude</code> and <code>latitude</code>
and an optional <code>location</code> parameter which is a human-readable name of the location where
the temperature was read. The <code>location</code> can be a <code>string</code> or a <code>displaystring</code>. The latitude
and longitude are express as <code>decimal</code> values. You will find below an example of such HTTP field.
</dt>
</dl>

Expand Down

0 comments on commit b88802c

Please sign in to comment.