Skip to content

Commit 87bd27d

Browse files
authored
Merge pull request #75 from OpenDataServices/schema-fix
Schema typo fix
2 parents 6234fda + 93f3721 commit 87bd27d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

schema/codelist-listType.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{
1414
"code":"secondary",
1515
"title":{
16-
"en":"Seccondary"
16+
"en":"Secondary"
1717
},
1818
"description":{
1919
"en":"This is list managed by an official source. Examples of secondary lists are VAT or Tax identifiers, or employer identification numbers. Not all organisations of a given legal type will have these identifiers (for example, if they don't pay tax for a tax ID), and it may be possible to a single organisation to have more than one identifier from this list, or it's identifier to change at certain points in time. Being on this list relies upon some status the organisation has, or some official transactions it has engaged in."

schema/list-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7539,7 +7539,7 @@
75397539
"options": {
75407540
"enum_titles": [
75417541
"Primary",
7542-
"Seccondary",
7542+
"Secondary",
75437543
"Third Party",
75447544
"Local"
75457545
]

0 commit comments

Comments
 (0)