ApiPathMappingSpec Data Model

Path mapping between an input/output pair. In case of a fanning listing transform separate mappings are specified between a source and destination listing. Semantics of the underlying mapping (pathMappings) is the same as the non-fanning case (see pathMappings). See pathMappings

Properties
name data type description
between ApiIdPair ID of input and output.
pathMappings map of string Mappings to target this output. Semantics matches to the non-fanning pathMappings spec.

Example

{
  "between" : {
    "from" : "...",
    "to" : "..."
  },
  "pathMappings" : {
    "property1" : "...",
    "property2" : "..."
  }
}