changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "attorney": {
+ "description": "Attorney name if applicable",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "filing_date": {
+ "description": "Application filing date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "goods_services": {
+ "description": "Goods and services description",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "international_class": {
+ "description": "International classification number",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "mark_text": {
+ "description": "Text or verbal element of the mark",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "owner_name": {
+ "description": "Owner/applicant name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "raw_available": {
+ "description": "Whether raw XML data was available",
+ "type": "boolean"
+ },
+ "registration_date": {
+ "description": "Trademark registration date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "registration_number": {
+ "description": "Trademark registration number",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "serial_number": {
+ "description": "USPTO serial number",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "status": {
+ "description": "Current status of the trademark",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "status_date": {
+ "description": "Date of the current status",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+}