{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-entity-resolution/refs/heads/main/json-structure/amazon-entity-resolution-list-schema-mappings-output-structure.json",
"name": "ListSchemaMappingsOutput",
"description": "ListSchemaMappingsOutput schema from AWS EntityResolution",
"type": "object",
"properties": {
"nextToken": {
"allOf": [
{
"$ref": "#/components/schemas/NextToken"
},
{
"description": "The pagination token from the previous ListDomains API call."
}
]
},
"schemaList": {
"allOf": [
{
"$ref": "#/components/schemas/SchemaMappingList"
},
{
"description": "A list of SchemaMappingSummary objects, each of which contain the fields SchemaName, SchemaArn, CreatedAt, UpdatedAt."
}
]
}
}
}