Skip to content

Commit

Permalink
Change allOf $ref path to match other json schema definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Hollingworth committed Oct 23, 2024
1 parent 57ab52e commit 28f0d52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion schemas/v2.0.0.generalRecipe.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@
},
"allOf": [
{
"$ref": "./v2.0.0.extensions.schema.json#/$defs/GeneralRecipeHeaderType"
"$ref": "v2.0.0.extensions.schema.json#/$defs/GeneralRecipeHeaderType"
}
],
"unevaluatedProperties": false
Expand Down
2 changes: 1 addition & 1 deletion schemas/v2.0.0.physicalAsset.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1522,7 +1522,7 @@
},
"allOf": [
{
"$ref": "./v2.0.0.extensions.schema.json#/$defs/TestSpecificationType"
"$ref": "v2.0.0.extensions.schema.json#/$defs/TestSpecificationType"
}
],
"unevaluatedProperties": false
Expand Down
2 changes: 1 addition & 1 deletion schemas/v2.0.0.resourceRelationshipNetwork.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@
},
"allOf": [
{
"$ref": "./v2.0.0.extensions.schema.json#/$defs/ResourceRelationshipNetworkPropertyType"
"$ref": "v2.0.0.extensions.schema.json#/$defs/ResourceRelationshipNetworkPropertyType"
}
],
"unevaluatedProperties": false
Expand Down

0 comments on commit 28f0d52

Please sign in to comment.