Spaces:
Running on Zero
Running on Zero
File size: 1,051 Bytes
40b1357 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | {
"additionalProperties": false,
"properties": {
"supporting_finding_ids": {
"items": {
"type": "string"
},
"maxItems": 4,
"title": "Supporting Finding Ids",
"type": "array"
},
"positive_finding_ids": {
"items": {
"type": "string"
},
"maxItems": 4,
"title": "Positive Finding Ids",
"type": "array"
},
"evidence_ids": {
"items": {
"type": "string"
},
"maxItems": 8,
"title": "Evidence Ids",
"type": "array"
},
"uncertainty_codes": {
"items": {
"type": "string"
},
"maxItems": 4,
"title": "Uncertainty Codes",
"type": "array"
},
"context_note": {
"anyOf": [
{
"maxLength": 600,
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Context Note"
}
},
"title": "SupervisorDraft",
"type": "object"
}
|