Skip to content

Commit

Permalink
fix licenses naming #152
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-RLI committed Oct 22, 2024
1 parent d9fae74 commit 3b5c0b7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion metadata/latest/build_source/main_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"$ref": "sources.json#"
},
"licenses": {
"$ref": "licences.json#"
"$ref": "licenses.json#"
},
"contribution": {
"$ref": "contribution.json#"
Expand Down
2 changes: 1 addition & 1 deletion metadata/latest/build_source/schemas/licences.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "general.json#metadata/v20/schemas/licences.json",
"$id": "general.json#metadata/v20/schemas/licenses.json",
"type": "object",
"properties": {
"licenses": {
Expand Down
4 changes: 2 additions & 2 deletions metadata/v20/build_source/schema_structure.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/OpenEnergyPlatform/oemetadata/master/oemetadata/latest/schema.json",
"$id": "https://raw.githubusercontent.com/OpenEnergyPlatform/oemetadata/develop/metadata/v20/schema.json",
"description": "Open Energy Platform (OEP) metadata schema latest",
"type": "object",
"properties": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"$ref": "sources.json#"
},
"licenses": {
"$ref": "licences.json#"
"$ref": "licenses.json#"
},
"provenance": {
"$ref": "provenance.json#"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "general.json#metadata/v20/schemas/licences.json",
"$id": "general.json#metadata/v20/schemas/licenses.json",
"type": "object",
"properties": {
"licenses": {
Expand Down

0 comments on commit 3b5c0b7

Please sign in to comment.