Commit d47e7b4 1 parent 7dba606 commit d47e7b4 Copy full SHA for d47e7b4
File tree 10 files changed +17
-17
lines changed
10 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
- 0.0.4
1
+ 0.0.5
Original file line number Diff line number Diff line change 1
1
{
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" ,
3
3
"title" : " ELIXIR Luxembourg Core json schema" ,
4
4
"description" : " Schema containing core attributes for any json serialisable ELIXIR Luxembourg record." ,
5
5
"$schema" : " http://json-schema.org/draft-04/schema#" ,
Original file line number Diff line number Diff line change 1
1
{
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" ,
3
3
"title" : " ELIXIR Luxembourg Datasets Schema" ,
4
4
"description" : " A JSON Schema for describing biomedical research Datasets." ,
5
5
"$schema" : " http://json-schema.org/draft-04/schema#" ,
6
6
"type" : " object" ,
7
7
"allOf" : [
8
8
{
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"
10
10
}
11
11
],
12
12
"properties" : {
Original file line number Diff line number Diff line change 1
1
{
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" ,
3
3
"title" : " ELIXIR Luxembourg Partner Schema" ,
4
4
"description" : " A JSON Schema for describing partners institutes." ,
5
5
"$schema" : " http://json-schema.org/draft-04/schema#" ,
12
12
"type" : " object" ,
13
13
"allOf" : [
14
14
{
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"
16
16
}
17
17
],
18
18
"properties" : {
Original file line number Diff line number Diff line change 1
1
{
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" ,
3
3
"title" : " ELIXIR Luxembourg Projects Schema" ,
4
4
"description" : " A JSON Schema for describing biomedical research Projects." ,
5
5
"$schema" : " http://json-schema.org/draft-04/schema#" ,
12
12
"type" : " object" ,
13
13
"allOf" : [
14
14
{
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"
16
16
}
17
17
],
18
18
"properties" : {
Original file line number Diff line number Diff line change 1
1
{
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" ,
3
3
"title" : " Study-Project Schema" ,
4
4
"description" : " A JSON Schema for describing Studies-Projects within the ELIXIR Data Submission System." ,
5
5
"$schema" : " http://json-schema.org/draft-04/schema#" ,
14
14
"type" : " object" ,
15
15
"allOf" : [
16
16
{
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"
18
18
}
19
19
],
20
20
"properties" : {
Original file line number Diff line number Diff line change 1
1
{
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" ,
3
3
"title" : " Submission Schema" ,
4
4
"description" : " A JSON Schema for describing submissions in the ELIXIR Data Submission System a.k.a. DISH." ,
5
5
"$schema" : " http://json-schema.org/draft-04/schema#" ,
14
14
"type" : " object" ,
15
15
"allOf" : [
16
16
{
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"
18
18
}
19
19
],
20
20
"properties" : {
24
24
"type" : " object" ,
25
25
"allOf" : [
26
26
{
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"
28
28
}
29
29
]
30
30
},
34
34
"type" : " object" ,
35
35
"allOf" : [
36
36
{
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"
38
38
}
39
39
]
40
40
}
Original file line number Diff line number Diff line change 1
1
{
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" ,
3
3
"items" : [
4
4
{
5
5
"project" : " EPIC-DREM" ,
Original file line number Diff line number Diff line change 1
1
{
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" ,
3
3
"items" : [
4
4
{
5
5
"pk" : " 9" ,
Original file line number Diff line number Diff line change 1
1
{
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" ,
3
3
"items" : [
4
4
{
5
5
"acronym" : " EPIC-DREM" ,
You can’t perform that action at this time.
0 commit comments