Fixing references
This commit is contained in:
@@ -145,7 +145,7 @@
|
|||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/defintions/iteration"
|
"$ref": "#/definitions/iteration"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"after_surface_pass": {
|
"after_surface_pass": {
|
||||||
@@ -153,7 +153,7 @@
|
|||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/defintions/iteration"
|
"$ref": "#/definitions/iteration"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"after_underground_pass": {
|
"after_underground_pass": {
|
||||||
@@ -161,7 +161,7 @@
|
|||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/defintions/iteration"
|
"$ref": "#/definitions/iteration"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"before_sky_pass": {
|
"before_sky_pass": {
|
||||||
@@ -169,7 +169,7 @@
|
|||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/defintions/iteration"
|
"$ref": "#/definitions/iteration"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"before_surface_pass": {
|
"before_surface_pass": {
|
||||||
@@ -177,7 +177,7 @@
|
|||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/defintions/iteration"
|
"$ref": "#/definitions/iteration"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"before_underground_pass": {
|
"before_underground_pass": {
|
||||||
@@ -185,7 +185,7 @@
|
|||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/defintions/iteration"
|
"$ref": "#/definitions/iteration"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"final_pass": {
|
"final_pass": {
|
||||||
@@ -193,7 +193,7 @@
|
|||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/defintions/iteration"
|
"$ref": "#/definitions/iteration"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"first_pass": {
|
"first_pass": {
|
||||||
@@ -201,7 +201,7 @@
|
|||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/defintions/iteration"
|
"$ref": "#/definitions/iteration"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"surface_pass": {
|
"surface_pass": {
|
||||||
@@ -209,7 +209,7 @@
|
|||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/defintions/iteration"
|
"$ref": "#/definitions/iteration"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sky_pass": {
|
"sky_pass": {
|
||||||
@@ -217,7 +217,7 @@
|
|||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/defintions/iteration"
|
"$ref": "#/definitions/iteration"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"underground_pass": {
|
"underground_pass": {
|
||||||
@@ -225,7 +225,7 @@
|
|||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/defintions/iteration"
|
"$ref": "#/definitions/iteration"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user