error.json 151 B

1234567891011
  1. {
  2. "ApiError": {
  3. "type": "object",
  4. "required": ["detail"],
  5. "properties": {
  6. "detail": {
  7. "type": "string"
  8. }
  9. }
  10. }
  11. }