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 86a9c5a commit faf7493Copy full SHA for faf7493
docs/content/reference/resource-schema/udt/index.md
@@ -15,12 +15,17 @@ These types can be managed using [rad resource-type](docs/content/reference/cli/
15
`rad resource-type create` command takes a resource type manifest as input argument. Users define an openAPI schema for their type
16
in this manifest. A sample manifest is shown below:
17
18
+
19
+{{< tabs Recipe Manual >}}
20
21
{{< codetab >}}
22
23
{{< rad file="snippets/postgres.yaml" embed=true marker="//SAMPLE" >}}
24
25
{{< /codetab >}}
26
27
+{{< /tabs >}}
28
29
## Resource type manifest schema
30
31
Manifest file has below keys at the top level:
0 commit comments