From 1e4e0ba88525b25e01dfe677e6541b543f014657 Mon Sep 17 00:00:00 2001 From: David Diaz Date: Fri, 20 Nov 2020 15:39:05 -0600 Subject: [PATCH] Changing the schema's title. --- schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.json b/schema.json index 03a2644..c3b3d3d 100644 --- a/schema.json +++ b/schema.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema", "$id": "https://beaujs.com/schema.json", - "title": "Schema for Beau", + "title": "Beaujs Requests Schema", "type": "object", "definitions": { "request": {