Skip to content

Commit 6a5ab20

Browse files
authored
Merge pull request #93 from Systems-Modeling/feature/ST5AS-226
ST5AS-226 Align JSON Schema and OpenAPI spec with OMG URI standard
2 parents 0aefd82 + 66b8020 commit 6a5ab20

190 files changed

Lines changed: 522320 additions & 516750 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

conf/json/schema/api/ExternalData.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "http://www.omg.org/spec/SysML/2.0/API/ExternalData",
3+
"$id": "https://www.omg.org/spec/SystemsModelingAPI/20230201/ExternalData",
44
"type": "object",
55
"properties": {
66
"@id": {

conf/json/schema/api/ExternalRelationship.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "http://www.omg.org/spec/SysML/2.0/API/ExternalRelationship",
3+
"$id": "https://www.omg.org/spec/SystemsModelingAPI/20230201/ExternalRelationship",
44
"type": "object",
55
"properties": {
66
"@id": {
@@ -12,12 +12,12 @@
1212
"const": "ExternalRelationship"
1313
},
1414
"elementEnd": {
15-
"$ref": "http://www.omg.org/spec/SysML/2.0/Identified",
16-
"$comment": "http://www.omg.org/spec/SysML/2.0/Element"
15+
"$ref": "https://www.omg.org/spec/SysML/20230201/Identified",
16+
"$comment": "https://www.omg.org/spec/SysML/20230201/Element"
1717
},
1818
"externalDataEnd": {
19-
"$ref": "http://www.omg.org/spec/SysML/2.0/Identified",
20-
"$comment": "http://www.omg.org/spec/SysML/2.0/API/ExternalData"
19+
"$ref": "https://www.omg.org/spec/SysML/20230201/Identified",
20+
"$comment": "https://www.omg.org/spec/SystemsModelingAPI/20230201/ExternalData"
2121
},
2222
"language": {
2323
"oneOf": [
@@ -51,7 +51,7 @@
5151
"additionalProperties": false,
5252
"$defs": {
5353
"Identified": {
54-
"$id": "http://www.omg.org/spec/SysML/2.0/Identified",
54+
"$id": "https://www.omg.org/spec/SysML/20230201/Identified",
5555
"title": "Identified",
5656
"type": "object",
5757
"properties": {

conf/json/schema/api/ProjectUsage.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "http://www.omg.org/spec/SysML/2.0/API/ProjectUsage",
3+
"$id": "https://www.omg.org/spec/SystemsModelingAPI/20230201/ProjectUsage",
44
"type": "object",
55
"properties": {
66
"@id": {
@@ -12,12 +12,12 @@
1212
"const": "ProjectUsage"
1313
},
1414
"usedCommit": {
15-
"$ref": "http://www.omg.org/spec/SysML/2.0/Identified",
16-
"$comment": "http://www.omg.org/spec/SysML/2.0/API/Commit"
15+
"$ref": "https://www.omg.org/spec/SysML/20230201/Identified",
16+
"$comment": "https://www.omg.org/spec/SystemsModelingAPI/20230201/Commit"
1717
},
1818
"usedProject": {
19-
"$ref": "http://www.omg.org/spec/SysML/2.0/Identified",
20-
"$comment": "http://www.omg.org/spec/SysML/2.0/API/Project"
19+
"$ref": "https://www.omg.org/spec/SysML/20230201/Identified",
20+
"$comment": "https://www.omg.org/spec/SystemsModelingAPI/20230201/Project"
2121
}
2222
},
2323
"required": [
@@ -29,7 +29,7 @@
2929
"additionalProperties": false,
3030
"$defs": {
3131
"Identified": {
32-
"$id": "http://www.omg.org/spec/SysML/2.0/Identified",
32+
"$id": "https://www.omg.org/spec/SysML/20230201/Identified",
3333
"title": "Identified",
3434
"type": "object",
3535
"properties": {

0 commit comments

Comments
 (0)