clouddirectory_put_schema_from_json: 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.
Request syntax
svc$put_schema_from_json(
SchemaArn = "string",
Document = "string"
)