.cdm-java.6.0.0-dev.72.source-code.cdm-product-template-PassThrough.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.product.template",
"type": "object",
"title": "PassThrough",
"description": "Type which contains pass through payments.",
"properties": {
"passThroughItem": {
"description": "One to many pass through payment items.",
"type": "array",
"items": {
"$ref": "cdm-product-template-PassThroughItem.schema.json"
},
"minItems": 1
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy