
Announcements
My scheme:
Error:
Hi @juan12 ,
Please try:
{
"type": "object",
"properties": {
"@@count": {
"type": "integer"
},
"@@start": {
"type": "integer"
},
"@@totalcount": {
"type": "integer"
},
"Messages": {
"type": "array"
},
"ResourceName": {
"type": "string"
},
"ReturnCode": {
"type": "integer"
},
"content": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Change": {
"type": "object",
"properties": {
"CustomerVisible": {
"type": "boolean"
},
"EffectOfNotImplementing": {
"type": "array",
"items": {
"type": ["string", "null"]
}
},
"ExeGroups": {
"type": "array"
},
"Impact": {
"type": "string"
},
"ImplementationEnd": {
"type": "string"
},
"ImplementationStart": {
"type": "string"
},
"RequestedEndDate": {
"type": "string"
},
"Service": {
"type": "string"
},
"Urgency": {
"type": "string"
},
"close": {
"type": "object",
"properties": {
"ClosureCode": {
"type": "integer"
}
}
},
"description.structure": {
"type": "object",
"properties": {
"Description": {
"type": "array"
},
"ImplementationComments": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"header": {
"type": "object",
"properties": {
"ApprovalStatus": {
"type": "string"
},
"AssignedTo": {
"type": "string"
},
"AssignmentGroup": {
"type": "string"
},
"BackoutDuration": {
"type": "string"
},
"Category": {
"type": "string"
},
"ChangeCoordinator": {
"type": "string"
},
"ChangeID": {
"type": "string"
},
"ChangeModel": {
"type": "string"
},
"Company": {
"type": "string"
},
"DateEntered": {
"type": "string"
},
"InitiatedBy": {
"type": "string"
},
"Open": {
"type": "boolean"
},
"Phase": {
"type": "string"
},
"PlannedEnd": {
"type": "string"
},
"PlannedStart": {
"type": "string"
},
"Priority": {
"type": "string"
},
"Status": {
"type": "string"
},
"Subcategory": {
"type": "string"
},
"Title": {
"type": "string"
}
}
},
"middle": {
"type": "object",
"properties": {
"Assets": {
"type": "array",
"items": {
"type": "string"
}
},
"ConfigurationItem": {
"type": "string"
}
}
}
}
}
},
"required": [
"Change"
]
}
}
}
}
Best Regards,
Bof