addedInput schema / $schema
Added value: +"https://json-schema.org/draft/2020-12/schema"
removedInput schema / properties / question / description
Removed value: -"A question about Bittensor subnets or the registry as a whole."
addedInput schema / properties / type / anyOf
Added value: +[
+ {
+ "enum": [
+ "subnet",
+ "surface",
+ "provider"
+ ],
+ "type": "string"
+ },
+ {
+ "items": {
+ "enum": [
+ "subnet",
+ "surface",
+ "provider"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+ }
+]
removedInput schema / properties / type / description
Removed value: -"Restrict results to one or more record kinds (subnet, surface, provider). Accepts a single kind or a list; omit for all kinds."
removedInput schema / properties / type / oneOf
Removed value: -[
- {
- "enum": [
- "subnet",
- "surface",
- "provider"
- ],
- "type": "string"
- },
- {
- "items": {
- "enum": [
- "subnet",
- "surface",
- "provider"
- ],
- "type": "string"
- },
- "type": "array"
- }
-]
addedOutput schema / $schema
Added value: +"https://json-schema.org/draft/2020-12/schema"
changedOutput schema / additionalProperties
Previous value: -trueNew value: +{}
changedOutput schema / properties / citations / items / additionalProperties
Previous value: -trueNew value: +{}
addedOutput schema / properties / citations / items / properties / netuid / anyOf
Added value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / citations / items / properties / netuid / type
Removed value: -[
- "integer",
- "null"
-]
addedOutput schema / properties / citations / items / properties / slug / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / citations / items / properties / slug / type
Removed value: -[
- "string",
- "null"
-]
addedOutput schema / properties / citations / items / properties / title / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / citations / items / properties / title / type
Removed value: -[
- "string",
- "null"
-]
addedOutput schema / properties / citations / items / properties / url / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / citations / items / properties / url / type
Removed value: -[
- "string",
- "null"
-]
addedOutput schema / properties / context_count / anyOf
Added value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / context_count / type
Removed value: -[
- "integer",
- "null"
-]
addedOutput schema / properties / model / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / model / type
Removed value: -[
- "string",
- "null"
-]