changedOutput schema / (root)
Previous value: -{
- "properties": {
- "companies": {
- "description": "List of matching companies",
- "items": {
- "properties": {
- "agent_name": {
- "description": "Registered agent name",
- "type": [
- "string",
- "null"
- ]
- },
- "branch_status": {
- "description": "Branch status if applicable",
- "type": [
- "string",
- "null"
- ]
- },
- "company_number": {
- "description": "Company registration number",
- "type": [
- "string",
- "null"
- ]
- },
- "dissolution_date": {
- "description": "Date of dissolution if applicable",
- "type": [
- "string",
- "null"
- ]
- },
- "incorporation_date": {
- "description": "Date of incorporation",
- "type": [
- "string",
- "null"
- ]
- },
- "industry_codes": {
- "description": "Industry classification codes",
- "items": {
- "properties": {
- "code": {
- "description": "Industry code",
- "type": [
- "string",
- "null"
- ]
- },
- "description": {
- "description": "Industry description",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "jurisdiction": {
- "description": "Jurisdiction code",
- "type": [
- "string",
- "null"
- ]
- },
- "name": {
- "description": "Company name",
- "type": [
- "string",
- "null"
- ]
- },
- "opencorporates_url": {
- "description": "OpenCorporates profile URL",
- "type": [
- "string",
- "null"
- ]
- },
- "previous_names": {
- "description": "Previous company names",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "registered_address": {
- "description": "Full registered address",
- "type": [
- "string",
- "null"
- ]
- },
- "registry_url": {
- "description": "URL to official registry",
- "type": [
- "string",
- "null"
- ]
- },
- "status": {
- "description": "Current company status",
- "type": [
- "string",
- "null"
- ]
- },
- "type": {
- "description": "Company type",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "query": {
- "description": "The search query used",
- "type": "string"
- },
- "returned": {
- "description": "Number of companies returned in this response",
- "type": "number"
- },
- "total": {
- "description": "Total number of matching companies",
- "type": "number"
- }
- },
- "required": [
- "query",
- "total",
- "returned",
- "companies"
- ],
- "type": "object"
-}New value: +null