Amazon Entity Resolution Get Schema Mapping Output Structure
GetSchemaMappingOutput schema from AWS EntityResolution
Type: objectProperties: 7Required: 5
Amazon Web ServicesData IntegrationData MatchingEntity ResolutionMachine-Learning
GetSchemaMappingOutput is a JSON Structure definition published by Amazon Entity Resolution, describing 7 properties, of which 5 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$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-get-schema-mapping-output-structure.json",
"name": "GetSchemaMappingOutput",
"description": "GetSchemaMappingOutput schema from AWS EntityResolution",
"type": "object",
"properties": {
"createdAt": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The timestamp of when the <code>SchemaMapping</code> was created."
}
]
},
"description": {
"allOf": [
{
"$ref": "#/components/schemas/Description"
},
{
"description": "A description of the schema."
}
]
},
"mappedInputFields": {
"allOf": [
{
"$ref": "#/components/schemas/SchemaInputAttributes"
},
{
"description": "A list of <code>MappedInputFields</code>. Each <code>MappedInputField</code> corresponds to a column the source data table, and contains column name plus additional information Venice uses for matching."
}
]
},
"schemaArn": {
"allOf": [
{
"$ref": "#/components/schemas/SchemaMappingArn"
},
{
"description": "The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping."
}
]
},
"schemaName": {
"allOf": [
{
"$ref": "#/components/schemas/EntityName"
},
{
"description": "The name of the schema."
}
]
},
"tags": {
"allOf": [
{
"$ref": "#/components/schemas/TagMap"
},
{
"description": "The tags used to organize, track, or control access for this resource."
}
]
},
"updatedAt": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The timestamp of when the <code>SchemaMapping</code> was last updated."
}
]
}
},
"required": [
"createdAt",
"mappedInputFields",
"schemaArn",
"schemaName",
"updatedAt"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.