Put Schema From Json
clouddirectory_put_schema_from_json | R Documentation |
Allows a schema to be updated using JSON upload¶
Description¶
Allows a schema to be updated using JSON upload. Only available for development schemas. See JSON Schema Format for more information.
Usage¶
clouddirectory_put_schema_from_json(SchemaArn, Document)
Arguments¶
SchemaArn |
[required] The ARN of the schema to update. |
Document |
[required] The replacement JSON schema. |
Value¶
A list with the following syntax:
list(
Arn = "string"
)
Request syntax¶
svc$put_schema_from_json(
SchemaArn = "string",
Document = "string"
)