Is there any means of validating inbound IMS document content against an ION data catalog schema? In other words, if I have a json schema for a document defined in ION Data Catalog and an IMS connection point that accepts that document type. Is it possible to validate the content being sent against the schema such that the message is rejected if it doesn't match the schema?
My understanding is that the IMS api call will be successful regardless of whether the content is valid ( assuming the headers are correct and the content is well formed).