issue_template 312 B

1234567891011121314151617181920
  1. ### Expected behavior
  2. ### Actual behavior
  3. ### Steps to reproduce the behavior
  4. ```javascript
  5. {
  6. "title": "json schema example",
  7. "type": "object",
  8. "properties": {
  9. "example": {
  10. "type": "string",
  11. "description": "This is an example schema.",
  12. "default": "Please edit me."
  13. }
  14. }
  15. }
  16. ```