addedInput schema / properties / aid
Added value: +{
+ "description": "Optional direct brain aid. Equivalent to id when id is omitted.",
+ "type": "string"
+}
addedInput schema / properties / page
Added value: +{
+ "description": "One-based page number for large entries. Defaults to 1.",
+ "minimum": 1,
+ "type": "integer"
+}
addedInput schema / properties / page_size
Added value: +{
+ "description": "Maximum characters returned in this page. Defaults to 8000 and is capped at 12000.",
+ "maximum": 12000,
+ "minimum": 1000,
+ "type": "integer"
+}
changedInput schema / required
Previous value: -[
- "id"
-]New value: +[]
addedOutput schema / properties / complete
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / content_sha256
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / next_page
Added value: +{
+ "type": [
+ "integer",
+ "null"
+ ]
+}
addedOutput schema / properties / page
Added value: +{
+ "type": "integer"
+}
addedOutput schema / properties / page_end
Added value: +{
+ "type": "integer"
+}
addedOutput schema / properties / page_sha256
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / page_size
Added value: +{
+ "type": "integer"
+}
addedOutput schema / properties / page_start
Added value: +{
+ "type": "integer"
+}
addedOutput schema / properties / total_chars
Added value: +{
+ "type": "integer"
+}
addedOutput schema / properties / total_pages
Added value: +{
+ "type": "integer"
+}