View source: R/schemas_operations.R
schemas_create_schema | R Documentation |
Creates a schema definition.
See https://www.paws-r-sdk.com/docs/schemas_create_schema/ for full documentation.
schemas_create_schema(
Content,
Description = NULL,
RegistryName,
SchemaName,
Tags = NULL,
Type
)
Content |
[required] The source of the schema definition. |
Description |
A description of the schema. |
RegistryName |
[required] The name of the registry. |
SchemaName |
[required] The name of the schema. |
Tags |
Tags associated with the schema. |
Type |
[required] The type of schema. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.