changedOutput schema / properties / summary / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "artifact_id": {
- "description": "Output artifact owning all local review row keys.",
- "type": "string"
- },
- "quality": {
- "additionalProperties": false,
- "properties": {
- "axis": {
- "description": "Source distance axis.",
- "type": "string"
- },
- "excluded_unknown_duration_count": {
- "type": "integer"
- },
- "limit": {
- "type": "integer"
- },
- "next_offset": {
- "type": [
- "integer",
- "null"
- ]
- },
- "offset": {
- "type": "integer"
- },
- "query": {
- "description": "Requested inspection view.",
- "type": "string"
- },
- "rows": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "maxItems": 100,
- "type": "array"
- },
- "total_matches": {
- "type": "integer"
- },
- "warnings": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "required": [
- "query",
- "axis",
- "offset",
- "limit",
- "total_matches",
- "excluded_unknown_duration_count",
- "next_offset",
- "rows",
- "warnings"
- ],
- "type": "object"
- },
- "review": {
- "anyOf": [
- {
- "additionalProperties": true,
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "splits": {
- "additionalProperties": false,
- "properties": {
- "axis": {
- "description": "Source distance axis.",
- "type": "string"
- },
- "excluded_unknown_duration_count": {
- "type": "integer"
- },
- "limit": {
- "type": "integer"
- },
- "next_offset": {
- "type": [
- "integer",
- "null"
- ]
- },
- "offset": {
- "type": "integer"
- },
- "query": {
- "description": "Requested inspection view.",
- "type": "string"
- },
- "rows": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "maxItems": 100,
- "type": "array"
- },
- "total_matches": {
- "type": "integer"
- },
- "warnings": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "required": [
- "query",
- "axis",
- "offset",
- "limit",
- "total_matches",
- "excluded_unknown_duration_count",
- "next_offset",
- "rows",
- "warnings"
- ],
- "type": "object"
- },
- "stops": {
- "additionalProperties": false,
- "properties": {
- "axis": {
- "description": "Source distance axis.",
- "type": "string"
- },
- "excluded_unknown_duration_count": {
- "type": "integer"
- },
- "limit": {
- "type": "integer"
- },
- "next_offset": {
- "type": [
- "integer",
- "null"
- ]
- },
- "offset": {
- "type": "integer"
- },
- "query": {
- "description": "Requested inspection view.",
- "type": "string"
- },
- "rows": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "maxItems": 100,
- "type": "array"
- },
- "total_matches": {
- "type": "integer"
- },
- "warnings": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "required": [
- "query",
- "axis",
- "offset",
- "limit",
- "total_matches",
- "excluded_unknown_duration_count",
- "next_offset",
- "rows",
- "warnings"
- ],
- "type": "object"
- },
- "units": {
- "additionalProperties": true,
- "type": "object"
- },
- "warnings": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "required": [
- "artifact_id",
- "units",
- "warnings",
- "review",
- "splits",
- "stops",
- "quality"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "artifact_id": {
+ "description": "Output artifact owning all local review row keys.",
+ "type": "string"
+ },
+ "quality": {
+ "additionalProperties": false,
+ "properties": {
+ "axis": {
+ "description": "Source distance axis.",
+ "type": "string"
+ },
+ "excluded_unknown_duration_count": {
+ "type": "integer"
+ },
+ "limit": {
+ "type": "integer"
+ },
+ "next_offset": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "offset": {
+ "type": "integer"
+ },
+ "query": {
+ "description": "Requested inspection view.",
+ "type": "string"
+ },
+ "rows": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "maxItems": 100,
+ "type": "array"
+ },
+ "terrain_classification_status": {
+ "enum": [
+ "complete",
+ "partial",
+ "unavailable",
+ "not_applicable"
+ ],
+ "type": "string"
+ },
+ "terrain_flat_grade_threshold": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "total_matches": {
+ "type": "integer"
+ },
+ "unavailable_terrain_segment_count": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "warnings": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "query",
+ "axis",
+ "offset",
+ "limit",
+ "total_matches",
+ "excluded_unknown_duration_count",
+ "next_offset",
+ "rows",
+ "warnings"
+ ],
+ "type": "object"
+ },
+ "review": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "splits": {
+ "additionalProperties": false,
+ "properties": {
+ "axis": {
+ "description": "Source distance axis.",
+ "type": "string"
+ },
+ "excluded_unknown_duration_count": {
+ "type": "integer"
+ },
+ "limit": {
+ "type": "integer"
+ },
+ "next_offset": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "offset": {
+ "type": "integer"
+ },
+ "query": {
+ "description": "Requested inspection view.",
+ "type": "string"
+ },
+ "rows": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "maxItems": 100,
+ "type": "array"
+ },
+ "terrain_classification_status": {
+ "enum": [
+ "complete",
+ "partial",
+ "unavailable",
+ "not_applicable"
+ ],
+ "type": "string"
+ },
+ "terrain_flat_grade_threshold": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "total_matches": {
+ "type": "integer"
+ },
+ "unavailable_terrain_segment_count": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "warnings": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "query",
+ "axis",
+ "offset",
+ "limit",
+ "total_matches",
+ "excluded_unknown_duration_count",
+ "next_offset",
+ "rows",
+ "warnings"
+ ],
+ "type": "object"
+ },
+ "stops": {
+ "additionalProperties": false,
+ "properties": {
+ "axis": {
+ "description": "Source distance axis.",
+ "type": "string"
+ },
+ "excluded_unknown_duration_count": {
+ "type": "integer"
+ },
+ "limit": {
+ "type": "integer"
+ },
+ "next_offset": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "offset": {
+ "type": "integer"
+ },
+ "query": {
+ "description": "Requested inspection view.",
+ "type": "string"
+ },
+ "rows": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "maxItems": 100,
+ "type": "array"
+ },
+ "terrain_classification_status": {
+ "enum": [
+ "complete",
+ "partial",
+ "unavailable",
+ "not_applicable"
+ ],
+ "type": "string"
+ },
+ "terrain_flat_grade_threshold": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "total_matches": {
+ "type": "integer"
+ },
+ "unavailable_terrain_segment_count": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "warnings": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "query",
+ "axis",
+ "offset",
+ "limit",
+ "total_matches",
+ "excluded_unknown_duration_count",
+ "next_offset",
+ "rows",
+ "warnings"
+ ],
+ "type": "object"
+ },
+ "units": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "warnings": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "artifact_id",
+ "units",
+ "warnings",
+ "review",
+ "splits",
+ "stops",
+ "quality"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]