Skip to content

Commit

Permalink
type serialization format info
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-ottolenghi committed Apr 8, 2024
1 parent 0df1122 commit 1e6113d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/ROOT/pages/result-formats.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ true
----

| ByteArray
| string
| string (base64)
| [source, JSON]
----
"A2+/"
Expand All @@ -157,7 +157,7 @@ true

| Temporal +
(DATE, ZONED TIME, LOCAL TIME, ZONED DATETIME, LOCAL DATETIME, DURATION)
| string
| string (ISO-8601)
| [source, JSON]
----
"2015-03-26"
Expand All @@ -169,7 +169,7 @@ true
----

| POINT
| string
| string (WKT)
| [source, JSON]
----
"SRID=7203;POINT(1.2 3.4)"
Expand Down

0 comments on commit 1e6113d

Please sign in to comment.