removedInput schema / additionalProperties
Removed value: -false
addedInput schema / properties / doc_type / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / doc_type / default
Added value: +null
removedInput schema / properties / doc_type / description
Removed value: -"Filter by document type (optional)"
removedInput schema / properties / doc_type / enum
Removed value: -[
- "3gpp",
- "ietf",
- "mpeg"
-]
addedInput schema / properties / doc_type / title
Added value: +"Doc Type"
removedInput schema / properties / doc_type / type
Removed value: -"string"
removedInput schema / properties / limit / description
Removed value: -"Maximum number of results"
removedInput schema / properties / limit / maximum
Removed value: -100
removedInput schema / properties / limit / minimum
Removed value: -1
addedInput schema / properties / limit / title
Added value: +"Limit"
addedInput schema / properties / search_pattern / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / search_pattern / default
Added value: +null
removedInput schema / properties / search_pattern / description
Removed value: -"Search pattern for spec number or title (optional)"
addedInput schema / properties / search_pattern / title
Added value: +"Search Pattern"
removedInput schema / properties / search_pattern / type
Removed value: -"string"
addedInput schema / title
Added value: +"list_documentsArguments"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "title": "Result",
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "title": "list_documentsOutput",
+ "type": "object"
+}