Skip to content

Commit b76802c

Browse files
Jordan HeasmanGitHub Enterprise
authored andcommitted
Merge pull request #6578 from AdobeDocs/ens32110-temp-bugfix
PLAT-257792 Update XDM Short field integer range documentation[READY]
2 parents ed066aa + 78d4a24 commit b76802c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

help/xdm/schema/field-constraints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The following table outlines how each XDM type is represented in JSON Schema, al
8080
<pre class="JSON language-JSON hljs">
8181
{
8282
"type": "integer",
83-
"maximum": 32768,
83+
"maximum": 32767,
8484
"minimum": -32768
8585
}</pre>
8686
</td>

0 commit comments

Comments
 (0)