ILP-301 Added Content Type updated definition of WirelineFormat changing binary to raw.
Showing
1 changed file
with
10 additions
and
1 deletions
| ... | @@ -45,11 +45,20 @@ | ... | @@ -45,11 +45,20 @@ | 
| 45 | <comment>Enum defines the wireline data format of XID interactions. These are defined to facilitate standard definitions within XID interactions independent of the | 45 | <comment>Enum defines the wireline data format of XID interactions. These are defined to facilitate standard definitions within XID interactions independent of the | 
| 46 | specific transport protocol or XID conduit.</comment> | 46 | specific transport protocol or XID conduit.</comment> | 
| 47 | <literal name ="undefined" value = "0"/> | 47 | <literal name ="undefined" value = "0"/> | 
| 48 | <literal name ="binary" value = "1"/> | 48 | <literal name ="raw" value = "1"/> | 
| 49 | <literal name ="base64" value = "2"/> | 49 | <literal name ="base64" value = "2"/> | 
| 50 | <literal name ="hex" value = "3"/> | 50 | <literal name ="hex" value = "3"/> | 
| 51 | </enum> | 51 | </enum> | 
| 52 | 52 | ||
| 53 | <enum name="ContentType" type="Tensor.uint8" default="undefined"> | ||
| 54 | <comment>Enum defines the content type of XID interactions. These are defined to facilitate standard definitions within XID interactions independent of the | ||
| 55 | specific transport protocol or XID conduit.</comment> | ||
| 56 | <literal name ="undefined" value = "0"/> | ||
| 57 | <literal name ="dataobject" value = "1"/> | ||
| 58 | <literal name ="xmf" value = "2"/> | ||
| 59 | <literal name ="json" value = "3"/> | ||
| 60 | </enum> | ||
| 61 | |||
| 53 | <enum name="InteractionRole" type="Tensor.uint8" default="undefined"> | 62 | <enum name="InteractionRole" type="Tensor.uint8" default="undefined"> | 
| 54 | <comment>InteractionRole defines the role of the conduit in a XID interaction. | 63 | <comment>InteractionRole defines the role of the conduit in a XID interaction. | 
| 55 | A Conduit port must adopt either the target or initiator role to preserve | 64 | A Conduit port must adopt either the target or initiator role to preserve | ... | ... | 
- 
Please register or sign in to post a comment