Skip to content

Commit

Permalink
Deploying to main from @ fritz-marshal/fritz@9cccc85 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodlz committed Oct 22, 2024
1 parent d3d0cb1 commit 5e248e1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions api.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"href": "https://skyportal.io/docs"
},
"title": "Fritz: SkyPortal API",
"version": "0.9.dev0+git20241007.18a80de"
"version": "1.0.0"
},
"security": [
{
Expand Down Expand Up @@ -31349,7 +31349,8 @@
"type": "string"
},
"data": {
"type": "object"
"type": "object",
"additionalProperties": {}
}
},
"required": [
Expand Down Expand Up @@ -46859,6 +46860,7 @@
"type": "object",
"default": null,
"description": "Misc. alternative metadata stored in JSON format, e.g. `{'calibration': {'source': 'ps1','color_term': 0.012}, 'photometry_method': 'allstar', 'method_reference': 'Masci et al. (2015)'}`",
"additionalProperties": {},
"nullable": true
},
"flux": {
Expand Down Expand Up @@ -47179,6 +47181,7 @@
"type": "object",
"default": null,
"description": "Misc. alternative metadata stored in JSON format, e.g. `{'calibration': {'source': 'ps1','color_term': 0.012}, 'photometry_method': 'allstar', 'method_reference': 'Masci et al. (2015)'}`",
"additionalProperties": {},
"nullable": true
},
"mag": {
Expand Down Expand Up @@ -49653,7 +49656,8 @@
"type": "string"
},
"data": {
"type": "object"
"type": "object",
"additionalProperties": {}
}
},
"required": [
Expand Down

0 comments on commit 5e248e1

Please sign in to comment.