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 / max_results / description
Removed value: -"Maximum number of results"
removedInput schema / properties / max_results / maximum
Removed value: -50
removedInput schema / properties / max_results / minimum
Removed value: -1
addedInput schema / properties / max_results / title
Added value: +"Max Results"
removedInput schema / properties / query / description
Removed value: -"Search query terms"
addedInput schema / properties / query / title
Added value: +"Query"
addedInput schema / properties / spec_number / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / spec_number / default
Added value: +null
removedInput schema / properties / spec_number / description
Removed value: -"Filter by specification number (optional)"
addedInput schema / properties / spec_number / title
Added value: +"Spec Number"
removedInput schema / properties / spec_number / type
Removed value: -"string"
addedInput schema / title
Added value: +"search_specificationsArguments"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "title": "Result",
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "title": "search_specificationsOutput",
+ "type": "object"
+}