Skip to content
Snippets Groups Projects
Commit f657467e authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-272: use name and version in URI

parent ee148fa6
No related branches found
No related tags found
1 merge request!213Resolve TMSS-272
{ {
"$id": "base.json", "$id": "base.json",
"$schema": "http://json-schema.org/draft-06/schema#",
"definitions": { "definitions": {
"pointing": { "pointing": {
"type": "object", "type": "object",
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
"pointing": { "pointing": {
"title": "Digital pointing", "title": "Digital pointing",
"description": "Manually selected calibrator", "description": "Manually selected calibrator",
"$ref": "base.json#/definitions/pointing", "$ref": "base/0.1/#/definitions/pointing",
"default": {} "default": {}
} }
}, },
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"oneOf": [ "oneOf": [
{ {
"fixed_stations": { "fixed_stations": {
"$ref": "base.json#/definitions/def_stations", "$ref": "base/0.1/#/definitions/def_stations",
"default": {} "default": {}
} }
}, },
...@@ -56,13 +56,13 @@ ...@@ -56,13 +56,13 @@
] ]
}, },
"antenna_settings": { "antenna_settings": {
"$ref": "base.json#/definitions/def_antenna_set_with_filter", "$ref": "base/0.1/#/definitions/def_antenna_set_with_filter",
"default": {} "default": {}
}, },
"tile_beam": { "tile_beam": {
"title": "Tile beam", "title": "Tile beam",
"description": "HBA only", "description": "HBA only",
"$ref": "base.json#/definitions/pointing" "$ref": "base/0.1/#/definitions/pointing"
}, },
"SAPs": { "SAPs": {
"type": "array", "type": "array",
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
"digital_pointing": { "digital_pointing": {
"title": "Digital pointing", "title": "Digital pointing",
"default": {}, "default": {},
"$ref": "base.json#/definitions/pointing" "$ref": "base/0.1/#/definitions/pointing"
}, },
"subbands": { "subbands": {
"type": "array", "type": "array",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment