clouddirectory_get_schema_as_json: Retrieves a JSON representation of the schema
Description
Retrieves a JSON representation of the schema. See JSON Schema Format
for more information.
Usage
clouddirectory_get_schema_as_json(SchemaArn)
Value
A list with the following syntax:
list(
Name = "string",
Document = "string"
)
Arguments
- SchemaArn
[required] The ARN of the schema to retrieve.
Request syntax
svc$get_schema_as_json(
SchemaArn = "string"
)