changedInput schema / examples
Previous value: -[
- {
- "input": {
- "items": [
- {
- "tool": "iban-check",
- "value": "GB82 WEST 1234 5698 7654 32"
- },
- {
- "tool": "lei-check",
- "value": "529900T8BM49AURSDO55"
- },
- {
- "tool": "vat-mod97-check",
- "value": "BE0417497106"
- }
- ]
- },
- "output": {
- "count": 2,
- "invalid_count": 0,
- "results": [],
- "valid_count": 2
- }
- }
-]New value: +[
+ {
+ "items": [
+ {
+ "tool": "iban-check",
+ "value": "GB82 WEST 1234 5698 7654 32"
+ },
+ {
+ "tool": "lei-check",
+ "value": "529900T8BM49AURSDO55"
+ },
+ {
+ "tool": "vat-mod97-check",
+ "value": "BE0417497106"
+ }
+ ]
+ }
+]
changedInput schema / properties / items / items / properties / tool / enum
Previous value: -[
- "iban-check",
- "lei-check",
- "vat-mod97-check",
- "company-number-format",
- "swift-bic-check",
- "aba-routing-check",
- "ein-format-check",
- "ifsc-check",
- "abn-check",
- "luhn-check",
- "isbn-check",
- "e164-check",
- "sedol-check"
-]New value: +[
+ "iban-check",
+ "lei-check",
+ "vat-mod97-check",
+ "company-number-format",
+ "swift-bic-check",
+ "aba-routing-check",
+ "ein-format-check",
+ "ifsc-check",
+ "abn-check",
+ "luhn-check",
+ "isbn-check",
+ "e164-check",
+ "sedol-check",
+ "isin-check",
+ "ean13-check",
+ "gstin-check",
+ "context-distill"
+]
changedInput schema / properties / items / items / properties / value / description
Previous value: -"the identifier to check"New value: +"the identifier (or text, for context-distill) to check"
removedOutput schema / examples
Removed value: -[
- {
- "count": 2,
- "invalid_count": 0,
- "results": [],
- "valid_count": 2
- }
-]