changedOutput schema / properties / latestProton / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "description": "One GOES integral proton flux reading with S-scale.",
- "properties": {
- "energy": {
- "description": "Energy channel, e.g. \">=10 MeV\".",
- "type": "string"
- },
- "fluxPfu": {
- "description": "Integral proton flux in particle flux units (pfu) at ≥10 MeV.",
- "type": "number"
- },
- "sScale": {
- "description": "NOAA S-scale level (0–5) for this flux reading.",
- "type": "number"
- },
- "timeTag": {
- "description": "ISO 8601 measurement time tag.",
- "type": "string"
- }
- },
- "required": [
- "timeTag",
- "fluxPfu",
- "sScale",
- "energy"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "description": "One GOES integral proton flux reading with S-scale.",
+ "properties": {
+ "energy": {
+ "description": "Energy channel, e.g. \">=10 MeV\".",
+ "type": "string"
+ },
+ "fluxPfu": {
+ "description": "Integral proton flux in particle flux units (pfu) at ≥10 MeV, rounded to 3 significant figures.",
+ "type": "number"
+ },
+ "sScale": {
+ "description": "NOAA S-scale level (0–5) for this flux reading.",
+ "type": "number"
+ },
+ "timeTag": {
+ "description": "ISO 8601 measurement time tag.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "timeTag",
+ "fluxPfu",
+ "sScale",
+ "energy"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]