changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$defs": {
+ "ArtifactQueryResponseMeta": {
+ "additionalProperties": false,
+ "properties": {
+ "complete": {
+ "title": "Complete",
+ "type": "boolean"
+ },
+ "contractVersion": {
+ "const": 2,
+ "title": "Contractversion",
+ "type": "integer"
+ },
+ "fieldsResolved": {
+ "anyOf": [
+ {
+ "additionalProperties": {
+ "type": "integer"
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Fieldsresolved"
+ },
+ "filtersApplied": {
+ "anyOf": [
+ {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Filtersapplied"
+ },
+ "inferredResponsePath": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Inferredresponsepath"
+ },
+ "nextCursor": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Nextcursor"
+ },
+ "pageUnit": {
+ "anyOf": [
+ {
+ "enum": [
+ "items",
+ "entries"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Pageunit"
+ },
+ "remainingCount": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Remainingcount"
+ },
+ "returnedCount": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Returnedcount"
+ },
+ "serializedBytes": {
+ "minimum": 0,
+ "title": "Serializedbytes",
+ "type": "integer"
+ },
+ "sourceTruncated": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Sourcetruncated"
+ },
+ "totalCount": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Totalcount"
+ },
+ "truncated": {
+ "title": "Truncated",
+ "type": "boolean"
+ },
+ "truncationReason": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Truncationreason"
+ },
+ "warning": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Warning"
+ }
+ },
+ "required": [
+ "contractVersion",
+ "truncated",
+ "complete",
+ "truncationReason",
+ "returnedCount",
+ "totalCount",
+ "remainingCount",
+ "nextCursor",
+ "serializedBytes"
+ ],
+ "title": "ArtifactQueryResponseMeta",
+ "type": "object"
+ }
+ },
+ "additionalProperties": false,
+ "properties": {
+ "artifactId": {
+ "title": "Artifactid",
+ "type": "string"
+ },
+ "response": {
+ "anyOf": [
+ {},
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Response"
+ },
+ "responseMeta": {
+ "$ref": "#/$defs/ArtifactQueryResponseMeta"
+ },
+ "responsePath": {
+ "title": "Responsepath",
+ "type": "string"
+ },
+ "shape": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Shape"
+ }
+ },
+ "required": [
+ "artifactId",
+ "responsePath",
+ "responseMeta"
+ ],
+ "title": "ArtifactQueryResult",
+ "type": "object"
+}