From faeb0ac58e4fb7a1abf3abed3ecd1a5f2e96db9f Mon Sep 17 00:00:00 2001 From: Ryan Schumacher Date: Sat, 20 Jul 2024 04:47:44 -0500 Subject: [PATCH] fix: schema spacing --- schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema.json b/schema.json index 7cc1e9a..51eb359 100644 --- a/schema.json +++ b/schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", -" $id": "http://example.com/example.json", + "$id": "http://example.com/example.json", "additionalProperties": true, "definitions": { "iso8601": { @@ -496,4 +496,4 @@ }, "title": "Resume Schema", "type": "object" -} \ No newline at end of file +}