changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "account": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "api_base": {
+ "type": "string"
+ },
+ "balance_usd": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "cost": {
+ "additionalProperties": false,
+ "properties": {
+ "amount_charged_usd": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "billed": {
+ "type": "string"
+ },
+ "note": {
+ "type": "string"
+ },
+ "operation": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "credential_error": {},
+ "credential_valid": {
+ "type": "boolean"
+ },
+ "deprecated_params_ignored": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "has_credential": {
+ "type": "boolean"
+ },
+ "ms": {
+ "type": "number"
+ },
+ "ok": {
+ "type": "boolean"
+ },
+ "server": {
+ "type": "string"
+ },
+ "test_mode": {
+ "type": "boolean"
+ },
+ "test_mode_notice": {
+ "type": "string"
+ },
+ "version": {
+ "type": "string"
+ },
+ "vocabulary_warnings": {
+ "type": "array"
+ }
+ },
+ "type": "object"
+}