Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PRL-5695 added miam new fields based on policy changes #360

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/c4/ccd/images/structurizr-ccd-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/c4/div/images/structurizr-div-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/c4/idam/images/structurizr-idam-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/c4/nfdiv/images/structurizr-nfdiv-caseworker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/c4/nfdiv/images/structurizr-nfdiv-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/c4/rpe/images/structurizr-rpe-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
130 changes: 129 additions & 1 deletion docs/specs/cafcass-search-cases.json
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,134 @@
}
}
},
"mpuChildInvolvedInMiam": {
"type": "string",
"example": "Yes/No"
},
"mpuApplicantAttendedMiam": {
"type": "string",
"example": "Yes/No"
},
"mpuClaimingExemptionMiam": {
"type": "string",
"example": "Yes/No"
},
"mpuExemptionReasons": {
"type": "array",
"items": {
"type": "string",
"example": "mpuDomesticAbuse"
}
},
"mpuDomesticAbuseEvidences": {
"type": "array",
"items": {
"type": "string",
"example": "miamDomesticAbuseChecklistEnum_Value_1"
}
},
"mpuIsDomesticAbuseEvidenceProvided": {
"type": "string",
"example": "Yes/No"
},
"mpuDomesticAbuseEvidenceDocument": {
"type": "array",
"items": {
"properties": {
"id": {
"type": "string",
"format": "uuid",
"example": "yf958b24-c5c2-451c-9f22-d7a6a87c6322"
},
"value": {
"type": "object",
"properties": {
"domesticAbuseDocument": {
"$ref": "#/components/schemas/domesticAbuseDocument"
}
}
}
}
}
},
"mpuUrgencyReason": {
"type": "string",
"example": "miamPolicyUpgradeUrgencyReason_Value_1"
},
"mpuPreviousMiamAttendanceReason": {
"type": "string",
"example": "miamPolicyUpgradePreviousAttendance_Value_2"
},
"mpuTypeOfPreviousMiamAttendanceEvidence": {
"type": "string",
"example": "miamCertificate"
},
"mpuCertificateByMediator": {
"type": "object",
"properties": {
"document_id": {
"type": "string",
"format": "uuid",
"example": "zzz48b24-c5c2-451c-9fd5-d7a6a87c6355"
},
"document_filename": {
"type": "string",
"example": "miamCertificate.pdf"
}
}
},
"mpuOtherExemptionReasons": {
"type": "string",
"example": "miamPolicyUpgradeOtherGrounds_Value_3"
},
"mpuApplicantUnableToAttendMiamReason1": {
"type": "string",
"example": "mpuChildProtectionConcern_value_1"
},
"mpuApplicantUnableToAttendMiamReason2": {
"type": "string",
"example": "mpuChildProtectionConcern_value_2"
},
"mpuDocFromDisputeResolutionProvider": {
"type": "object",
"properties": {
"document_id": {
"type": "string",
"format": "uuid",
"example": "zzz48b24-c5c2-451c-9fd5-d7a6a87c6355"
},
"document_filename": {
"type": "string",
"example": "disputeResolution.pdf"
}
}
},
"miamCertificationDocumentUpload": {
"type": "object",
"properties": {
"document_id": {
"type": "string",
"format": "uuid",
"example": "zzz48b24-c5c2-451c-9fd5-d7a6a87c6355"
},
"document_filename": {
"type": "string",
"example": "certificateDocument.pdf"
}
}
},
"mpuChildProtectionConcernReason": {
"type": "string",
"example": "child protection concern"
},
"mpuMediatorDetails": {
"type": "string",
"example": "mediator details"
},
"mpuNoDomesticAbuseEvidenceReason": {
"type": "string",
"example":"domestic abuse evidence reason"
},
"summaryTabForOrderAppliedFor": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -1550,4 +1678,4 @@
}
}
}
}
}