Skip to content

Commit d47e7b4

Browse files
committed
Bump version to 0.0.5.
1 parent 7dba606 commit d47e7b4

10 files changed

+17
-17
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.4
1+
0.0.5

schemas/elu-core.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.4/schemas/elu-core.json",
2+
"$id": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.5/schemas/elu-core.json",
33
"title": "ELIXIR Luxembourg Core json schema",
44
"description": "Schema containing core attributes for any json serialisable ELIXIR Luxembourg record.",
55
"$schema": "http://json-schema.org/draft-04/schema#",

schemas/elu-dataset.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"$id": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.4/schemas/elu-dataset.json",
2+
"$id": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.5/schemas/elu-dataset.json",
33
"title": "ELIXIR Luxembourg Datasets Schema",
44
"description": "A JSON Schema for describing biomedical research Datasets.",
55
"$schema": "http://json-schema.org/draft-04/schema#",
66
"type": "object",
77
"allOf": [
88
{
9-
"$ref": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.4/schemas/elu-core.json"
9+
"$ref": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.5/schemas/elu-core.json"
1010
}
1111
],
1212
"properties": {

schemas/elu-institution.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.4/schemas/elu-institution.json",
2+
"$id": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.5/schemas/elu-institution.json",
33
"title": "ELIXIR Luxembourg Partner Schema",
44
"description": "A JSON Schema for describing partners institutes.",
55
"$schema": "http://json-schema.org/draft-04/schema#",
@@ -12,7 +12,7 @@
1212
"type": "object",
1313
"allOf": [
1414
{
15-
"$ref": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.4/schemas/elu-core.json"
15+
"$ref": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.5/schemas/elu-core.json"
1616
}
1717
],
1818
"properties": {

schemas/elu-project.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.4/schemas/elu-project.json",
2+
"$id": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.5/schemas/elu-project.json",
33
"title": "ELIXIR Luxembourg Projects Schema",
44
"description": "A JSON Schema for describing biomedical research Projects.",
55
"$schema": "http://json-schema.org/draft-04/schema#",
@@ -12,7 +12,7 @@
1212
"type": "object",
1313
"allOf": [
1414
{
15-
"$ref": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.4/schemas/elu-study.json"
15+
"$ref": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.5/schemas/elu-study.json"
1616
}
1717
],
1818
"properties": {

schemas/elu-study.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.4/schemas/elu-study.json",
2+
"$id": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.5/schemas/elu-study.json",
33
"title": "Study-Project Schema",
44
"description": "A JSON Schema for describing Studies-Projects within the ELIXIR Data Submission System.",
55
"$schema": "http://json-schema.org/draft-04/schema#",
@@ -14,7 +14,7 @@
1414
"type": "object",
1515
"allOf": [
1616
{
17-
"$ref": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.4/schemas/elu-core.json"
17+
"$ref": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.5/schemas/elu-core.json"
1818
}
1919
],
2020
"properties": {

schemas/elu-submission.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.4/schemas/elu-submission.json",
2+
"$id": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.5/schemas/elu-submission.json",
33
"title": "Submission Schema",
44
"description": "A JSON Schema for describing submissions in the ELIXIR Data Submission System a.k.a. DISH.",
55
"$schema": "http://json-schema.org/draft-04/schema#",
@@ -14,7 +14,7 @@
1414
"type": "object",
1515
"allOf": [
1616
{
17-
"$ref": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.4/schemas/elu-core.json"
17+
"$ref": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.5/schemas/elu-core.json"
1818
}
1919
],
2020
"properties": {
@@ -24,7 +24,7 @@
2424
"type": "object",
2525
"allOf": [
2626
{
27-
"$ref": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.4/schemas/elu-study.json"
27+
"$ref": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.5/schemas/elu-study.json"
2828
}
2929
]
3030
},
@@ -34,7 +34,7 @@
3434
"type": "object",
3535
"allOf": [
3636
{
37-
"$ref": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.4/schemas/elu-dataset.json"
37+
"$ref": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.5/schemas/elu-dataset.json"
3838
}
3939
]
4040
}

tests/data/datasets.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.4/schemas/elu-dataset.json",
2+
"$schema": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.5/schemas/elu-dataset.json",
33
"items": [
44
{
55
"project": "EPIC-DREM",

tests/data/partners.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.4/schemas/elu-institution.json",
2+
"$schema": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.5/schemas/elu-institution.json",
33
"items": [
44
{
55
"pk": "9",

tests/data/projects.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.4/schemas/elu-project.json",
2+
"$schema": "https://raw.githubusercontent.com/elixir-luxembourg/json-schemas/v0.0.5/schemas/elu-project.json",
33
"items": [
44
{
55
"acronym": "EPIC-DREM",

0 commit comments

Comments
 (0)