changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "company": {
+ "description": "Company name",
+ "type": "string"
+ },
+ "company_public_response": {
+ "description": "Public response from company",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "company_response": {
+ "description": "Company's response status",
+ "type": "string"
+ },
+ "complaint_id": {
+ "description": "Unique complaint identifier",
+ "type": "string"
+ },
+ "consumer_disputed": {
+ "description": "Whether consumer disputed resolution",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "date_received": {
+ "description": "Date complaint was received",
+ "type": "string"
+ },
+ "issue": {
+ "description": "Main complaint issue",
+ "type": "string"
+ },
+ "narrative": {
+ "description": "Consumer complaint narrative",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "product": {
+ "description": "Product category",
+ "type": "string"
+ },
+ "state": {
+ "description": "Consumer state",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "sub_issue": {
+ "description": "Subcategory of issue",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "sub_product": {
+ "description": "Subcategory of product",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "submitted_via": {
+ "description": "Submission method",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "timely": {
+ "description": "Whether response was timely",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "complaint_id",
+ "date_received",
+ "product",
+ "issue",
+ "company",
+ "company_response"
+ ],
+ "type": "object"
+}