changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "cost": {
+ "additionalProperties": false,
+ "properties": {
+ "amount_charged_usd": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "billed": {
+ "type": "string"
+ },
+ "note": {
+ "type": "string"
+ },
+ "operation": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "deprecated_params_ignored": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "job": {},
+ "job_id": {
+ "type": "string"
+ },
+ "job_type": {
+ "type": "string"
+ },
+ "results": {},
+ "test_mode": {
+ "type": "boolean"
+ },
+ "test_mode_notice": {
+ "type": "string"
+ },
+ "vocabulary_warnings": {
+ "type": "array"
+ }
+ },
+ "type": "object"
+}