diff --git a/schema/metadata/clientDefs.json b/schema/metadata/clientDefs.json index eded8266ac..bf6a7b423a 100644 --- a/schema/metadata/clientDefs.json +++ b/schema/metadata/clientDefs.json @@ -484,6 +484,13 @@ "massSelect": { "type": "boolean", "description": "Allow mass select." + }, + "createAttributeMap": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Attributes to carry over to a related record when creating. Mapping Parent => Related." } } }