From 2d0edfc31bcba8e6ba1faaa6142cc3f0c869ccf8 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Thu, 13 Jun 2024 17:24:56 +0100 Subject: [PATCH] Use https for `$schema` --- aws_project_costs/project-cost-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws_project_costs/project-cost-schema.json b/aws_project_costs/project-cost-schema.json index e649ea1..bfb466f 100644 --- a/aws_project_costs/project-cost-schema.json +++ b/aws_project_costs/project-cost-schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft/2020-12/schema", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://github.com/hic-infra/hic-aws-project-cost", "title": "AWS project cost configuration", "type": "object",