v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1438244196.2 KB

Creates a schema mapping, which defines the schema of the input customer records table. The <code>SchemaMapping</code> also provides Entity Resolution with some metadata about the table, such as the attribute types of the columns and which columns to match on.

post/schemas

Request body

schemaNamestring required

The name of the schema. There can't be multiple <code>SchemaMappings</code> with the same name.

descriptionstring

A description of the schema.

tagsobject

The tags used to organize, track, or control access for this resource.

Response

Success

schemaNamestring required

The name of the schema.

schemaArnstring required

The ARN (Amazon Resource Name) that Entity Resolution generated for the <code>SchemaMapping</code>.

descriptionstring required

A description of the schema.