changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "errors": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "code": {
+ "type": "string"
+ },
+ "field": {
+ "type": "string"
+ },
+ "ids": {
+ "items": {
+ "type": [
+ "string",
+ "number"
+ ]
+ },
+ "type": "array"
+ },
+ "message": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "code",
+ "field",
+ "message"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "items": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "created_at": {
+ "type": "string"
+ },
+ "id": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "kind": {
+ "type": "string"
+ },
+ "matches": {
+ "additionalProperties": {},
+ "properties": {
+ "project_match": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "query_terms": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "query_terms",
+ "project_match"
+ ],
+ "type": "object"
+ },
+ "pack_context": {
+ "anyOf": [
+ {
+ "additionalProperties": {},
+ "properties": {
+ "included": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "section": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "included",
+ "section"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "project": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "retrieval": {
+ "additionalProperties": {},
+ "properties": {
+ "rank": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "source": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "source",
+ "rank"
+ ],
+ "type": "object"
+ },
+ "role": {
+ "additionalProperties": {},
+ "properties": {
+ "inferred": {
+ "type": "string"
+ },
+ "reason": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "inferred",
+ "reason"
+ ],
+ "type": "object"
+ },
+ "score": {
+ "additionalProperties": {},
+ "properties": {
+ "components": {
+ "additionalProperties": {},
+ "properties": {
+ "base": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "kind_bonus": {
+ "type": "number"
+ },
+ "personal_bias": {
+ "type": "number"
+ },
+ "recency": {
+ "type": "number"
+ },
+ "semantic_boost": {
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "base",
+ "recency",
+ "kind_bonus",
+ "personal_bias",
+ "semantic_boost"
+ ],
+ "type": "object"
+ },
+ "total": {
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "total",
+ "components"
+ ],
+ "type": "object"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "kind",
+ "title",
+ "created_at",
+ "project",
+ "retrieval",
+ "score",
+ "role",
+ "matches",
+ "pack_context"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "metadata": {
+ "additionalProperties": {},
+ "properties": {
+ "include_pack_context": {
+ "type": "boolean"
+ },
+ "project": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "query": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "requested_ids_count": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "returned_items_count": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "sanitized_query": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "query",
+ "project",
+ "requested_ids_count",
+ "returned_items_count",
+ "include_pack_context"
+ ],
+ "type": "object"
+ },
+ "missing_ids": {
+ "items": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "items",
+ "missing_ids",
+ "errors",
+ "metadata"
+ ],
+ "type": "object"
+}