[Pkg-isocodes-devel] [iso-codes] 01/01: Fix comma errors in schema files

Tobias Quathamer toddy at moszumanska.debian.org
Sun Feb 21 19:00:48 UTC 2016


This is an automated email from the git hooks/post-receive script.

toddy pushed a commit to branch master
in repository iso-codes.

commit c65ae6d112b3dc4abdc50dc25b6d9ed035918353
Author: Dr. Tobias Quathamer <toddy at debian.org>
Date:   Sun Feb 21 20:00:38 2016 +0100

    Fix comma errors in schema files
---
 data/schema-15924.json  | 2 +-
 data/schema-3166-2.json | 6 +++---
 data/schema-639-5.json  | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/data/schema-15924.json b/data/schema-15924.json
index 907070c..21bc192 100644
--- a/data/schema-15924.json
+++ b/data/schema-15924.json
@@ -25,7 +25,7 @@
             "description": "Three digit numeric code of the script, including leading zeros",
             "type": "string",
             "pattern": "^[0-9]{3}$"
-          },
+          }
         },
         "required": ["alpha_4", "name", "numeric"],
         "additionalProperties": false
diff --git a/data/schema-3166-2.json b/data/schema-3166-2.json
index 6770564..cb45a89 100644
--- a/data/schema-3166-2.json
+++ b/data/schema-3166-2.json
@@ -42,7 +42,7 @@
                         "description": "Parent of the country subset item (optional)",
                         "type": "string",
                         "minLength": 1
-                      },
+                      }
                     },
                     "required": ["code", "name"],
                     "additionalProperties": false
@@ -51,12 +51,12 @@
                 "type": {
                   "description": "Type of subset of the country",
                   "type": "string"
-                },
+                }
               },
               "required": ["items", "type"],
               "additionalProperties": false
             }
-          },
+          }
         },
         "required": ["code", "subsets"],
         "additionalProperties": false
diff --git a/data/schema-639-5.json b/data/schema-639-5.json
index fdc0c88..839697a 100644
--- a/data/schema-639-5.json
+++ b/data/schema-639-5.json
@@ -20,7 +20,7 @@
             "description": "Name of the language family or group",
             "type": "string",
             "minLength": 1
-          },
+          }
         },
         "required": ["alpha_3", "name"],
         "additionalProperties": false

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-isocodes/iso-codes.git



More information about the Pkg-isocodes-devel mailing list