Closed kd-ods closed 1 month ago
@kd-ods this is listed as needing test data - is any more data needed?
@kathryn-ods - probably best to produce the above as a minimal set of data, so required fields and one and then two additional non-standard fields.
Valid test data - 2 extra fields
[
{
"statementId": "1dc0e987-5c57-4a1c-b3ad-61353b66a9b7",
"extratestfield1": "test",
"declarationSubject": "c359f58d2977",
"statementDate": "2020-03-04",
"recordId": "c359f58d2977",
"recordType": "entity",
"recordDetails": {
"extratestfield2": "test",
"isComponent": false,
"entityType": {
"type": "registeredEntity"
}
}
}
]
Description of issue In the UI, there is a section titled 'Additional fields' I would expect that this would be populated with a list (and maybe a count) of field names that are not in the schema.
So, on pasting BODS like this:
... I would expect 'testycustomfield' to be noted under 'Additional fields'.
Suggested resolution
Fix the check, if it exists. Or write a new check.