Get schema
Schemas
Get Schema
Retrieve a schema by name.
GET
Get schema
Required scope:
schemas:readAuthorizations
Bearer token obtained from POST /v1/auth/token. Pass in the Authorization header as Bearer <token>.
Path Parameters
The schema name to retrieve.
Response
Schema record.
true when the request was processed without errors, false otherwise. Always present.
A DynamoSQL schema record. A schema connects a logical name to the IAM role and AWS region DynamoSQL uses to access DynamoDB on your behalf via cross-account role assumption.
Present in the response body when success is false.