changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "entities": {
+ "items": {
+ "properties": {
+ "address": {
+ "description": "Physical business address",
+ "properties": {
+ "city": {
+ "description": "City",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "country": {
+ "description": "Country code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "line1": {
+ "description": "Address line 1",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "state": {
+ "description": "State or province code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "zip": {
+ "description": "Zip/postal code",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "business_types": {
+ "description": "List of business type classifications",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "cage_code": {
+ "description": "CAGE Code identifier",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "dba_name": {
+ "description": "Doing Business As name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "entity_url": {
+ "description": "Entity website URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "expiration_date": {
+ "description": "SAM registration expiration date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "legal_business_name": {
+ "description": "Legal business name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "primary_naics": {
+ "description": "Primary NAICS code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "registration_date": {
+ "description": "Date of initial SAM registration",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "registration_status": {
+ "description": "SAM registration status",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "sba_certifications": {
+ "description": "SBA business type certifications held",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "uei": {
+ "description": "Unique Entity Identifier",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total_records": {
+ "description": "Total number of matching entities in SAM",
+ "type": "number"
+ }
+ },
+ "required": [
+ "total_records",
+ "entities"
+ ],
+ "type": "object"
+}