You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all the grading script schemas are in the worker/ subdirectory as multiple JSON files. This is inconvenient. It would be better to
(a) consolidate these into a single file,
(b) either make this file available to orchestrator as a static path (e.g. orca.com.invalid/schemas/grading_job.json) so that customers could validate their grading scripts against it, or
(c) add an API to validate a grading job file against the schema (e.g. POST /api/v1/validate_grading_job with an apiKey and a grading script as its JSON payload parameters)
The text was updated successfully, but these errors were encountered:
Currently, all the grading script schemas are in the worker/ subdirectory as multiple JSON files. This is inconvenient. It would be better to
(a) consolidate these into a single file,
(b) either make this file available to orchestrator as a static path (e.g.
orca.com.invalid/schemas/grading_job.json
) so that customers could validate their grading scripts against it, or(c) add an API to validate a grading job file against the schema (e.g.
POST /api/v1/validate_grading_job
with an apiKey and a grading script as its JSON payload parameters)The text was updated successfully, but these errors were encountered: