removedOutput schema / properties / authors
Removed value: -{
- "description": "Author records",
- "items": {
- "properties": {
- "bio": {
- "description": "Short biography",
- "type": "string"
- },
- "description": {
- "description": "Detailed description",
- "type": "string"
- },
- "id": {
- "description": "Author unique identifier",
- "type": "string"
- },
- "link": {
- "description": "URL link to author",
- "type": "string"
- },
- "name": {
- "description": "Full author name",
- "type": "string"
- },
- "quote_count": {
- "description": "Total quotes by this author",
- "type": "number"
- },
- "slug": {
- "description": "Author slug for filtering",
- "type": "string"
- }
- },
- "required": [
- "id",
- "name",
- "slug",
- "bio",
- "description",
- "quote_count",
- "link"
- ],
- "type": "object"
- },
- "type": "array"
-}
removedOutput schema / properties / count
Removed value: -{
- "description": "Authors returned",
- "type": "number"
-}
addedOutput schema / properties / hint
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / message
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / ok
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / op
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / reason
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / total
Removed value: -{
- "description": "Total matching authors across all pages",
- "type": "number"
-}
addedOutput schema / properties / upstream_status
Added value: +{
+ "type": "number"
+}
removedOutput schema / required
Removed value: -[
- "total",
- "count",
- "authors"
-]