Skip to content

Commit 7d610cc

Browse files
Merge pull request #10 from libremfg/fix/normalize-and-fix-indendation
### Fix - Fix indentation in v2.0.0.common.schema.json - Fix JSON schema file normalization in v2.0.2.common.schema.json ### Remove - Remove go matrix from CI lint job
2 parents 5560f46 + 40d0b1d commit 7d610cc

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@master
15-
- name: Setup Go ${{ matrix.go-version }}
15+
- name: Setup Go
1616
uses: actions/setup-go@v5
1717
with:
1818
go-version: 1.23

schemas/v2.0.0.common.schema.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6155,15 +6155,15 @@
61556155
"$ref": "v2.0.0.dataType.schema.json#/$defs/string"
61566156
}
61576157
}
6158-
},
6159-
"type": "object",
6160-
"title": "Rhize ISA-95/ISA-88 JSON Schema - Common Definitions",
6161-
"description": "Copyright 2024, Libre Technologies Inc., Version v2.0.0\nAll Rights Reserved. http://www.rhize.com\nBased upon the ANSI/ISA-95.00.02-2018 Enterprise-Control System Integration Part 2: Object Model Attributes Standard and the ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration Part 5: Business to Manufacturing Transactions.\nThe Business To Manufacturing Markup Language-JSON (B2MML-JSON) is used courtesy of MESA International.",
6162-
"allOf": [
6163-
{
6164-
"$ref": "./v2.0.0.extensions.schema.json#"
6165-
}
6166-
],
6167-
"unevaluatedProperties": false
6168-
}
6158+
}
6159+
},
6160+
"type": "object",
6161+
"title": "Rhize ISA-95/ISA-88 JSON Schema - Common Definitions",
6162+
"description": "Copyright 2024, Libre Technologies Inc., Version v2.0.0\nAll Rights Reserved. http://www.rhize.com\nBased upon the ANSI/ISA-95.00.02-2018 Enterprise-Control System Integration Part 2: Object Model Attributes Standard and the ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration Part 5: Business to Manufacturing Transactions.\nThe Business To Manufacturing Markup Language-JSON (B2MML-JSON) is used courtesy of MESA International.",
6163+
"allOf": [
6164+
{
6165+
"$ref": "./v2.0.0.extensions.schema.json#"
6166+
}
6167+
],
6168+
"unevaluatedProperties": false
61696169
}

schemas/v2.0.2.common.schema.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4031,15 +4031,6 @@
40314031
}
40324032
},
40334033
"ParameterType": {
4034-
"ID": {
4035-
"$ref": "v2.0.2.coreComponents.schema.json#/$defs/IdentifierType"
4036-
},
4037-
"Value": {
4038-
"type": "array",
4039-
"items": {
4040-
"$ref": "#/$defs/ValueType"
4041-
}
4042-
},
40434034
"Description": {
40444035
"type": "array",
40454036
"items": {
@@ -4049,6 +4040,9 @@
40494040
"HierarchyScope": {
40504041
"$ref": "#/$defs/HierarchyScopeType"
40514042
},
4043+
"ID": {
4044+
"$ref": "v2.0.2.coreComponents.schema.json#/$defs/IdentifierType"
4045+
},
40524046
"ParameterChild": {
40534047
"type": "array",
40544048
"items": {
@@ -4066,6 +4060,12 @@
40664060
"items": {
40674061
"$ref": "v2.0.2.coreComponents.schema.json#/$defs/IdentifierType"
40684062
}
4063+
},
4064+
"Value": {
4065+
"type": "array",
4066+
"items": {
4067+
"$ref": "#/$defs/ValueType"
4068+
}
40694069
}
40704070
},
40714071
"PersonNameType": {

0 commit comments

Comments
 (0)