Skip to content

Provide an API endpoint to validate custom grading scripts #82

@blerner

Description

@blerner

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions