Skip to content

Commit 60aa51e

Browse files
committed
Not all integer properties are indicated as such in the spec
Fixes #90
1 parent 00c1d78 commit 60aa51e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

overview.md

+2
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ The content part contains the actual content of the message. The content part of
8888

8989
The content part is encoded using `utf-8`.
9090

91+
`integer`s defined in the protocol (JSON schema type `integer`) may be represented as 32 bit signed integers, although some properties disallow negative values. `number`s in the protocol (JSON schema type `number`) may be represented as 64 bit floating point numbers.
92+
9193
#### Example:
9294

9395
This example shows the JSON for the DAP [next](./specification#Requests_Next) request:

0 commit comments

Comments
 (0)