Changing the schema's title.

This commit is contained in:
David Diaz 2020-11-20 15:39:05 -06:00
parent c73f43aedb
commit 1e4e0ba885
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ {
"$schema": "http://json-schema.org/draft-07/schema", "$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://beaujs.com/schema.json", "$id": "https://beaujs.com/schema.json",
"title": "Schema for Beau", "title": "Beaujs Requests Schema",
"type": "object", "type": "object",
"definitions": { "definitions": {
"request": { "request": {