Copy {
"type": "object",
"title": "Generated schema for Root",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"isFixedPost",
"DistributionProcess",
"RegistrationProcess",
"CategoriesNotAllowed"
],
"x-unique": [
"isFixedPost",
"DistributionProcess",
"RegistrationProcess"
],
"properties": {
"isFixedPost": {
"type": "boolean"
},
"DistributionProcess": {
"type": "string"
},
"RegistrationProcess": {
"type": "string"
},
"CategoriesNotAllowed": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
Copy {
"tenantId": "mz",
"code": "hcm-microplanning.MicroplanCampaignTypes",
"description": "Campaign types enabled for microplan",
"definition": {
"type": "object",
"title": "Microplan Campaign Types Schema",
"$schema": "http://json-schema.org/draft-09/schema#",
"required": [
"code",
"name"
],
"x-unique": [
"code"
],
"properties": {
"name": {
"type": "string"
},
"code": {
"type": "string"
}
}
},
"isActive": true
}