retro-alpha / schemas /guardrail.json
sankalphs's picture
Phase 1: project setup, MiniMax-M3 synthetic dataset generation, 1446-row clean dataset
122cc3c
Raw
History Blame
242 Bytes
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"title": "Guardrail",
"required": ["error"],
"properties": {
"error": {
"type": "string",
"minLength": 10,
"maxLength": 200
}
}
}