addedInput schema / $schema
Added value: +"http://json-schema.org/draft-07/schema#"
changedOutput schema / $defs / NonEmptyTrimmedString / description
Previous value: -"a non empty string"New value: +"A non-empty string with no leading or trailing whitespace."
changedOutput schema / $defs / NonEmptyTrimmedString / title
Previous value: -"nonEmptyString"New value: +"NonEmptyTrimmedString"
removedOutput schema / properties / result / properties / configSources / properties / headers / additionalProperties
Removed value: -false
addedOutput schema / properties / result / properties / configSources / properties / headers / anyOf
Added value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "hulyConnectionTimeout": {
+ "type": "boolean"
+ },
+ "hulyToken": {
+ "type": "boolean"
+ },
+ "hulyUrl": {
+ "type": "boolean"
+ },
+ "hulyWorkspace": {
+ "type": "boolean"
+ },
+ "present": {
+ "type": "boolean"
+ },
+ "requiredComplete": {
+ "type": "boolean"
+ },
+ "unsupportedHulyHeaders": {
+ "items": {
+ "$ref": "#/$defs/NonEmptyTrimmedString"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "present",
+ "requiredComplete",
+ "hulyUrl",
+ "hulyWorkspace",
+ "hulyToken",
+ "hulyConnectionTimeout",
+ "unsupportedHulyHeaders"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / result / properties / configSources / properties / headers / properties
Removed value: -{
- "hulyConnectionTimeout": {
- "type": "boolean"
- },
- "hulyToken": {
- "type": "boolean"
- },
- "hulyUrl": {
- "type": "boolean"
- },
- "hulyWorkspace": {
- "type": "boolean"
- },
- "present": {
- "type": "boolean"
- },
- "requiredComplete": {
- "type": "boolean"
- },
- "unsupportedHulyHeaders": {
- "items": {
- "$ref": "#/$defs/NonEmptyTrimmedString"
- },
- "type": "array"
- }
-}
removedOutput schema / properties / result / properties / configSources / properties / headers / required
Removed value: -[
- "present",
- "requiredComplete",
- "hulyUrl",
- "hulyWorkspace",
- "hulyToken",
- "hulyConnectionTimeout",
- "unsupportedHulyHeaders"
-]
removedOutput schema / properties / result / properties / configSources / properties / headers / type
Removed value: -"object"
removedOutput schema / properties / result / properties / huly / properties / connectionTimeout / properties / defaultMs / description
Removed value: -"a positive number"
removedOutput schema / properties / result / properties / huly / properties / connectionTimeout / properties / defaultMs / title
Removed value: -"positive"
addedOutput schema / properties / result / properties / huly / properties / connectionTimeout / properties / valid / anyOf
Added value: +[
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / result / properties / huly / properties / connectionTimeout / properties / valid / type
Removed value: -"boolean"
addedOutput schema / properties / result / properties / huly / properties / connectionTimeout / properties / valueMs / anyOf
Added value: +[
+ {
+ "exclusiveMinimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / result / properties / huly / properties / connectionTimeout / properties / valueMs / description
Removed value: -"a positive number"
removedOutput schema / properties / result / properties / huly / properties / connectionTimeout / properties / valueMs / exclusiveMinimum
Removed value: -0
removedOutput schema / properties / result / properties / huly / properties / connectionTimeout / properties / valueMs / title
Removed value: -"positive"
removedOutput schema / properties / result / properties / huly / properties / connectionTimeout / properties / valueMs / type
Removed value: -"integer"
removedOutput schema / properties / result / properties / huly / properties / url / properties / host / $ref
Removed value: -"#/$defs/NonEmptyTrimmedString"
addedOutput schema / properties / result / properties / huly / properties / url / properties / host / anyOf
Added value: +[
+ {
+ "$ref": "#/$defs/NonEmptyTrimmedString"
+ },
+ {
+ "type": "null"
+ }
+]
addedOutput schema / properties / result / properties / huly / properties / url / properties / host / description
Added value: +"A non-empty string with no leading or trailing whitespace."
removedOutput schema / properties / result / properties / huly / properties / url / properties / origin / $ref
Removed value: -"#/$defs/NonEmptyTrimmedString"
addedOutput schema / properties / result / properties / huly / properties / url / properties / origin / anyOf
Added value: +[
+ {
+ "description": "A non-empty string with no leading or trailing whitespace.",
+ "minLength": 1,
+ "pattern": "^\\S[\\s\\S]*\\S$|^\\S$|^$",
+ "title": "NonEmptyTrimmedString",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedOutput schema / properties / result / properties / huly / properties / url / properties / origin / description
Added value: +"A non-empty string with no leading or trailing whitespace."
addedOutput schema / properties / result / properties / huly / properties / url / properties / protocol / anyOf
Added value: +[
+ {
+ "enum": [
+ "http:",
+ "https:"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / result / properties / huly / properties / url / properties / protocol / enum
Removed value: -[
- "http:",
- "https:"
-]
removedOutput schema / properties / result / properties / huly / properties / url / properties / protocol / type
Removed value: -"string"
addedOutput schema / properties / result / properties / huly / properties / url / properties / valid / anyOf
Added value: +[
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / result / properties / huly / properties / url / properties / valid / type
Removed value: -"boolean"
removedOutput schema / properties / result / properties / huly / properties / workspace / properties / value / $ref
Removed value: -"#/$defs/NonEmptyTrimmedString"
addedOutput schema / properties / result / properties / huly / properties / workspace / properties / value / anyOf
Added value: +[
+ {
+ "$ref": "#/$defs/NonEmptyTrimmedString"
+ },
+ {
+ "type": "null"
+ }
+]
addedOutput schema / properties / result / properties / huly / properties / workspace / properties / value / description
Added value: +"A non-empty string with no leading or trailing whitespace."
removedOutput schema / properties / result / properties / package / properties / version / $ref
Removed value: -"#/$defs/NonEmptyTrimmedString"
addedOutput schema / properties / result / properties / package / properties / version / allOf
Added value: +[
+ {
+ "$ref": "#/$defs/NonEmptyTrimmedString"
+ }
+]
addedOutput schema / properties / result / properties / package / properties / version / description
Added value: +"A non-empty string with no leading or trailing whitespace."
removedOutput schema / properties / result / properties / toolExposure / properties / nativeVisibleToolCount / $ref
Removed value: -"#/$defs/Count"
addedOutput schema / properties / result / properties / toolExposure / properties / nativeVisibleToolCount / allOf
Added value: +[
+ {
+ "$ref": "#/$defs/Count"
+ }
+]
addedOutput schema / properties / result / properties / toolExposure / properties / nativeVisibleToolCount / description
Added value: +"Non-negative integer count."
removedOutput schema / properties / result / properties / toolExposure / properties / proxyCandidateToolCount / $ref
Removed value: -"#/$defs/Count"
addedOutput schema / properties / result / properties / toolExposure / properties / proxyCandidateToolCount / allOf
Added value: +[
+ {
+ "$ref": "#/$defs/Count"
+ }
+]
addedOutput schema / properties / result / properties / toolExposure / properties / proxyCandidateToolCount / description
Added value: +"Non-negative integer count."
removedOutput schema / properties / result / properties / toolExposure / properties / visibleToolCount / $ref
Removed value: -"#/$defs/Count"
addedOutput schema / properties / result / properties / toolExposure / properties / visibleToolCount / allOf
Added value: +[
+ {
+ "$ref": "#/$defs/Count"
+ }
+]
addedOutput schema / properties / result / properties / toolExposure / properties / visibleToolCount / description
Added value: +"Non-negative integer count."
removedOutput schema / properties / result / properties / toolScope / properties / totalRegisteredToolCount / $ref
Removed value: -"#/$defs/Count"
addedOutput schema / properties / result / properties / toolScope / properties / totalRegisteredToolCount / allOf
Added value: +[
+ {
+ "$ref": "#/$defs/Count"
+ }
+]
addedOutput schema / properties / result / properties / toolScope / properties / totalRegisteredToolCount / description
Added value: +"Non-negative integer count."
removedOutput schema / properties / result / properties / toolScope / properties / visibleRegisteredToolCount / $ref
Removed value: -"#/$defs/Count"
addedOutput schema / properties / result / properties / toolScope / properties / visibleRegisteredToolCount / allOf
Added value: +[
+ {
+ "$ref": "#/$defs/Count"
+ }
+]
addedOutput schema / properties / result / properties / toolScope / properties / visibleRegisteredToolCount / description
Added value: +"Non-negative integer count."
removedOutput schema / properties / result / properties / toolsets / properties / totalRegisteredToolCount / $ref
Removed value: -"#/$defs/Count"
addedOutput schema / properties / result / properties / toolsets / properties / totalRegisteredToolCount / allOf
Added value: +[
+ {
+ "$ref": "#/$defs/Count"
+ }
+]
addedOutput schema / properties / result / properties / toolsets / properties / totalRegisteredToolCount / description
Added value: +"Non-negative integer count."
removedOutput schema / properties / result / properties / toolsets / properties / visibleRegisteredToolCount / $ref
Removed value: -"#/$defs/Count"
addedOutput schema / properties / result / properties / toolsets / properties / visibleRegisteredToolCount / allOf
Added value: +[
+ {
+ "$ref": "#/$defs/Count"
+ }
+]
addedOutput schema / properties / result / properties / toolsets / properties / visibleRegisteredToolCount / description
Added value: +"Non-negative integer count."
removedOutput schema / properties / result / properties / transport / properties / http / additionalProperties
Removed value: -false
addedOutput schema / properties / result / properties / transport / properties / http / anyOf
Added value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "host": {
+ "allOf": [
+ {
+ "$ref": "#/$defs/NonEmptyTrimmedString"
+ }
+ ],
+ "description": "A non-empty string with no leading or trailing whitespace."
+ },
+ "port": {
+ "exclusiveMinimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "host",
+ "port"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / result / properties / transport / properties / http / properties
Removed value: -{
- "host": {
- "$ref": "#/$defs/NonEmptyTrimmedString"
- },
- "port": {
- "description": "a positive number",
- "exclusiveMinimum": 0,
- "title": "positive",
- "type": "integer"
- }
-}
removedOutput schema / properties / result / properties / transport / properties / http / required
Removed value: -[
- "host",
- "port"
-]
removedOutput schema / properties / result / properties / transport / properties / http / type
Removed value: -"object"