here's what a mapper manifest currently looks like:
https://cs-public-shared-files.s3-us-west-2.amazonaws.com/mappers/mappers.json
it does not need to be hosted in s3, and if the manifest does end up being generated by the untangler it would make sense to link to it in the untangler repo
profile = profile / tenant name
version = version matches cspace ui
type = record type
enabled = true # indicator this mapper can be used (if a mapper is deleted or deprecated / old / shouldn't be used for whatever reason would be set to false)
url = direct link to the mapper json
comment = a note about it (maybe why disabled) -- this doesn't exist currently, may be useful?
From @mark-cooper: