Skip to content

Commit

Permalink
Revert inlining schemata locally (-> bug in Node 12)
Browse files Browse the repository at this point in the history
See wework/speccy#422; upgrading to Node 14 
solves this. Reverts cb1ac17.
  • Loading branch information
MoritzStueber committed Feb 7, 2021
1 parent 208551b commit 078293b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 196 deletions.
116 changes: 0 additions & 116 deletions oas/location_schema_v0.1.0_oas2.json

This file was deleted.

30 changes: 0 additions & 30 deletions oas/schema_v0.1.0_oas2.json

This file was deleted.

43 changes: 0 additions & 43 deletions oas/schema_v1.3.0-oas2.json

This file was deleted.

14 changes: 7 additions & 7 deletions oas/simaas_oas3.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@
"result": {
"type": "array",
"items": {
"$ref": "./schema_v1.3.0-oas2.json#/Timeseries"
"$ref": "https://raw.githubusercontent.com/UdSAES/designetz_schemata/dev/schemata/timeseries/schema_v1.3.0-oas2.json#/Timeseries"
}
}
}
Expand Down Expand Up @@ -498,7 +498,7 @@
}
},
"ProblemDetail": {
"$ref": "./schema_v0.1.0_oas2.json#/ProblemDetail"
"$ref": "https://raw.githubusercontent.com/UdSAES/designetz_schemata/dev/schemata/problem-detail/schema_v0.1.0_oas2.json#/ProblemDetail"
},
"ModelInstanceID": {
"description": "The UUID of the model instance to be simulated",
Expand All @@ -519,7 +519,7 @@
"description": "The parameter set that defines the model instance"
},
{
"$ref": "./location_schema_v0.1.0_oas2.json#/Location"
"$ref": "https://raw.githubusercontent.com/UdSAES/designetz_schemata/dev/schemata/location/schema_v0.1.0_oas2.json#/Location"
},
{
"$ref": "./schema_pv_plant_oas2.json#/PVplant"
Expand Down Expand Up @@ -598,7 +598,7 @@
{
"allOf": [
{
"$ref": "./schema_v1.3.0-oas2.json#/Timeseries"
"$ref": "https://raw.githubusercontent.com/UdSAES/designetz_schemata/dev/schemata/timeseries/schema_v1.3.0-oas2.json#/Timeseries"
},
{
"required": ["label"]
Expand All @@ -615,7 +615,7 @@
{
"allOf": [
{
"$ref": "./schema_v1.3.0-oas2.json#/Timeseries"
"$ref": "https://raw.githubusercontent.com/UdSAES/designetz_schemata/dev/schemata/timeseries/schema_v1.3.0-oas2.json#/Timeseries"
},
{
"required": ["label"]
Expand All @@ -632,7 +632,7 @@
{
"allOf": [
{
"$ref": "./schema_v1.3.0-oas2.json#/Timeseries"
"$ref": "https://raw.githubusercontent.com/UdSAES/designetz_schemata/dev/schemata/timeseries/schema_v1.3.0-oas2.json#/Timeseries"
},
{
"required": ["label"]
Expand All @@ -649,7 +649,7 @@
{
"allOf": [
{
"$ref": "./schema_v1.3.0-oas2.json#/Timeseries"
"$ref": "https://raw.githubusercontent.com/UdSAES/designetz_schemata/dev/schemata/timeseries/schema_v1.3.0-oas2.json#/Timeseries"
},
{
"required": ["label"]
Expand Down

0 comments on commit 078293b

Please sign in to comment.