Get Schema As Json
clouddirectory_get_schema_as_json | R Documentation |
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)
Arguments¶
SchemaArn |
[required] The ARN of the schema to retrieve. |
Value¶
A list with the following syntax:
list(
Name = "string",
Document = "string"
)
Request syntax¶
svc$get_schema_as_json(
SchemaArn = "string"
)