Skip to content

Commit 3870327

Browse files
committed
add sample response JSON
1 parent f46c0a7 commit 3870327

File tree

1 file changed

+4
-0
lines changed
  • xls-0097-server-definitions-enhancements

1 file changed

+4
-0
lines changed

xls-0097-server-definitions-enhancements/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ The format of this field is an `object`. The keys of the `object` are the ledger
7474
| `name` | Yes | `string` | The name of the field. |
7575
| `optionality` | Yes | `number` | The `soeREQUIRED` value of the field \- one of the following values: [-1, 2] (both inclusive). [More details found here](#optionality-map). |
7676

77+
A sample response can be [found here](https://gist.github.com/ckeshava/ff5d513a0c4c1c5f8f5bbba5309378cd).
78+
7779
<a id="optionality-map"></a>
7880

7981
##### 3.2.1.1.1 `optionality` number-text map
@@ -102,6 +104,8 @@ The format of this field is an `object`, with the keys being the ledger entry ty
102104

103105
Only ledger entry types that have flags are included in this.
104106

107+
A sample response can be [found here](https://gist.github.com/ckeshava/4741c3562f26f01a61f295f03a5d460b).
108+
105109
##### 3.2.1.4. TRANSACTION_FLAGS
106110

107111
The format of this field is an `object`, with the keys being the transaction type name (e.g. `OfferCreate`) and the values being another `object`. This nested `object`'s keys are the `tf` name (e.g. `tfPassive`), and its values are the corresponding integer values (e.g. `65536`).

0 commit comments

Comments
 (0)