Closed jp7745 closed 1 week ago
We are currently not enforcing this in the schema, so it slipped through until now.
Please integrate requirements and features into the list of instance_data. For example:
requirements
features
instance_data
"instance_data":[ { "supporting_files": ... "requirements": { } # one object, not a list. "features": {} # one object, not a list. } ]
Addressed in jtcantin-problem_instance_updates branch, commit eb8dc1905ea171ebbad00e7e2474f3feb342829f
We are currently not enforcing this in the schema, so it slipped through until now.
Please integrate
requirements
andfeatures
into the list ofinstance_data
. For example: