addedOutput schema / properties / meta
Added value: +{
+ "properties": {
+ "limit": {
+ "type": "number"
+ },
+ "next": {
+ "type": "null"
+ },
+ "offset": {
+ "type": "number"
+ },
+ "previous": {
+ "type": "null"
+ },
+ "total_count": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+}
addedOutput schema / properties / objects
Added value: +{
+ "items": {
+ "properties": {
+ "abstract": {
+ "type": "string"
+ },
+ "ad": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "expires": {
+ "type": "null"
+ },
+ "external_url": {
+ "type": "string"
+ },
+ "group": {
+ "type": "string"
+ },
+ "id": {
+ "type": "number"
+ },
+ "intended_std_level": {
+ "type": "null"
+ },
+ "keywords": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "note": {
+ "type": "string"
+ },
+ "notify": {
+ "type": "string"
+ },
+ "pages": {
+ "type": "number"
+ },
+ "resource_uri": {
+ "type": "string"
+ },
+ "rev": {
+ "type": "string"
+ },
+ "rfc": {
+ "type": "string"
+ },
+ "rfc_number": {
+ "type": "number"
+ },
+ "shepherd": {
+ "type": "null"
+ },
+ "states": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "std_level": {
+ "type": "string"
+ },
+ "stream": {
+ "type": "string"
+ },
+ "submissions": {
+ "items": {},
+ "type": "array"
+ },
+ "tags": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "time": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ },
+ "uploaded_filename": {
+ "type": "string"
+ },
+ "words": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
removedOutput schema / properties / results
Removed value: -{
- "description": "Array of matching documents",
- "items": {
- "properties": {
- "abstract": {
- "description": "Document abstract",
- "type": "string"
- },
- "name": {
- "description": "Document name",
- "type": "string"
- },
- "pages": {
- "description": "Number of pages",
- "type": [
- "number",
- "null"
- ]
- },
- "published": {
- "description": "Publication date",
- "type": [
- "string",
- "null"
- ]
- },
- "rfc": {
- "description": "RFC number if applicable",
- "type": [
- "number",
- "null"
- ]
- },
- "status": {
- "description": "Document status",
- "type": "string"
- },
- "title": {
- "description": "Document title",
- "type": "string"
- },
- "type": {
- "description": "Document type",
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
-}