We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886e2ed commit 90ee19fCopy full SHA for 90ee19f
sdf/concepts/types.mdx
@@ -38,6 +38,26 @@ types:
38
39
String is a sequence of characters. It is defined as `string` type.
40
41
+```yaml
42
+types:
43
+ my-type:
44
+ type: string
45
+```
46
+
47
+<hr />
48
49
+## Bytes
50
51
+For raw binary data, we can use the `bytes` type. It is represented as a sequence of `u8`.
52
53
+Example:
54
55
56
57
+ raw-data:
58
+ type: bytes
59
60
61
<hr />
62
63
## Object
0 commit comments