changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "Errors": {
+ "description": "API error messages if any",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "result_count": {
+ "description": "Total number of results matching query",
+ "type": "number"
+ },
+ "results": {
+ "description": "Array of provider records matching search criteria",
+ "items": {
+ "properties": {
+ "addresses": {
+ "description": "Provider address records",
+ "items": {
+ "properties": {
+ "address_1": {
+ "type": "string"
+ },
+ "address_2": {
+ "type": "string"
+ },
+ "address_purpose": {
+ "type": "string"
+ },
+ "address_type": {
+ "type": "string"
+ },
+ "city": {
+ "type": "string"
+ },
+ "country_code": {
+ "type": "string"
+ },
+ "postal_code": {
+ "type": "string"
+ },
+ "state": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "basic": {
+ "description": "Basic provider information",
+ "properties": {
+ "credential_text": {
+ "type": "string"
+ },
+ "first_name": {
+ "type": "string"
+ },
+ "last_name": {
+ "type": "string"
+ },
+ "organization_name": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "enumeration_type": {
+ "description": "NPI-1 (individual) or NPI-2 (organization)",
+ "type": "string"
+ },
+ "number": {
+ "description": "10-digit NPI identifier",
+ "type": "string"
+ },
+ "taxonomies": {
+ "description": "Provider taxonomy specializations",
+ "items": {
+ "properties": {
+ "code": {
+ "type": "string"
+ },
+ "primary": {
+ "type": "boolean"
+ },
+ "taxonomy_description": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}