From be2c22a799f160853f1a9dff91faa53c662a6943 Mon Sep 17 00:00:00 2001 From: Erwin Date: Fri, 24 Jul 2026 13:35:37 +0200 Subject: [PATCH] omit redundant quotes for yaml specs --- spec/schema_0.14.yml | 2 +- spec/schema_0.15.yml | 2 +- spec/schema_0.16.yml | 2 +- spec/schema_0.17.yml | 2 +- spec/schema_0.18.yml | 4 ++-- spec/schema_0.19.yml | 4 ++-- spec/schema_0.20.yml | 4 ++-- spec/schema_0.21.yml | 4 ++-- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/spec/schema_0.14.yml b/spec/schema_0.14.yml index c43527e..327684b 100644 --- a/spec/schema_0.14.yml +++ b/spec/schema_0.14.yml @@ -1,6 +1,6 @@ --- title: A JSON Schema for apis.json, version 0.14 -"$schema": http://json-schema.org/draft-04/schema# +$schema: http://json-schema.org/draft-04/schema# type: object additionalProperties: false patternProperties: diff --git a/spec/schema_0.15.yml b/spec/schema_0.15.yml index 09564bf..6cb3966 100644 --- a/spec/schema_0.15.yml +++ b/spec/schema_0.15.yml @@ -1,6 +1,6 @@ --- title: A JSON Schema for apis.json, version 0.15 -"$schema": http://json-schema.org/draft-04/schema# +$schema: http://json-schema.org/draft-04/schema# type: object additionalProperties: false patternProperties: diff --git a/spec/schema_0.16.yml b/spec/schema_0.16.yml index 9095969..873453b 100644 --- a/spec/schema_0.16.yml +++ b/spec/schema_0.16.yml @@ -1,6 +1,6 @@ --- title: A JSON Schema for apis.json, version 0.16 -"$schema": http://json-schema.org/draft-04/schema# +$schema: http://json-schema.org/draft-04/schema# type: object additionalProperties: false patternProperties: diff --git a/spec/schema_0.17.yml b/spec/schema_0.17.yml index c8b188a..3eb30ba 100644 --- a/spec/schema_0.17.yml +++ b/spec/schema_0.17.yml @@ -1,6 +1,6 @@ --- title: A JSON Schema for apis.json, version 0.17 -"$schema": https://json-schema.org/draft/2020-12/schema +$schema: https://json-schema.org/draft/2020-12/schema type: object additionalProperties: false patternProperties: diff --git a/spec/schema_0.18.yml b/spec/schema_0.18.yml index 70ee112..1d2010a 100644 --- a/spec/schema_0.18.yml +++ b/spec/schema_0.18.yml @@ -1,6 +1,6 @@ --- -"$id": https://github.com/apis-json/api-json/blob/develop/spec/ -"$schema": https://json-schema.org/draft/2020-12/schema +$id: https://github.com/apis-json/api-json/blob/develop/spec/ +$schema: https://json-schema.org/draft/2020-12/schema title: JSON Schema for APIs.json 0.18 type: object additionalProperties: false diff --git a/spec/schema_0.19.yml b/spec/schema_0.19.yml index 9a7ad91..00267ac 100644 --- a/spec/schema_0.19.yml +++ b/spec/schema_0.19.yml @@ -1,6 +1,6 @@ --- -"$id": https://github.com/apis-json/api-json/blob/develop/spec/ -"$schema": https://json-schema.org/draft/2020-12/schema +$id: https://github.com/apis-json/api-json/blob/develop/spec/ +$schema: https://json-schema.org/draft/2020-12/schema title: JSON Schema for APIs.json 0.19 type: object additionalProperties: false diff --git a/spec/schema_0.20.yml b/spec/schema_0.20.yml index dfb42dc..c4cc4e4 100644 --- a/spec/schema_0.20.yml +++ b/spec/schema_0.20.yml @@ -1,6 +1,6 @@ --- -"$id": https://github.com/apis-json/api-json/blob/develop/spec/ -"$schema": https://json-schema.org/draft/2020-12/schema +$id: https://github.com/apis-json/api-json/blob/develop/spec/ +$schema: https://json-schema.org/draft/2020-12/schema title: JSON Schema for APIs.json 0.20 type: object additionalProperties: false diff --git a/spec/schema_0.21.yml b/spec/schema_0.21.yml index 917d054..5e01671 100644 --- a/spec/schema_0.21.yml +++ b/spec/schema_0.21.yml @@ -1,6 +1,6 @@ --- -"$id": https://github.com/apis-json/api-json/blob/develop/spec/ -"$schema": https://json-schema.org/draft/2020-12/schema +$id: https://github.com/apis-json/api-json/blob/develop/spec/ +$schema: https://json-schema.org/draft/2020-12/schema title: JSON Schema for APIs.json 0.21 type: object additionalProperties: false