changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "description": "USPTO trademark search. A zero-hit search returns the same shape with results:[] and count:0.",
+ "properties": {
+ "count": {
+ "description": "Rows in this response",
+ "type": "number"
+ },
+ "offset": {
+ "type": "number"
+ },
+ "query": {
+ "type": "string"
+ },
+ "results": {
+ "items": {
+ "properties": {
+ "abandon_date": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "filed_date": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "goods_services": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "international_classes": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "live": {
+ "type": "boolean"
+ },
+ "mark_type": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "owner": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "registration_date": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "registration_number": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "serial_number": {
+ "type": "string"
+ },
+ "status": {
+ "type": "string"
+ },
+ "status_code": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "url": {
+ "type": "string"
+ },
+ "wordmark": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "wordmark",
+ "serial_number",
+ "status",
+ "live"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "source": {
+ "type": "string"
+ },
+ "total_is_capped": {
+ "description": "True when total_matches hit the upstream cap and is a floor, not an exact count",
+ "type": "boolean"
+ },
+ "total_matches": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "source",
+ "query",
+ "total_matches",
+ "count",
+ "offset",
+ "results"
+ ],
+ "type": "object"
+}