changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "description": "Search results from ROR organizations endpoint",
+ "properties": {
+ "items": {
+ "description": "Array of organization records",
+ "items": {
+ "properties": {
+ "acronyms": {
+ "description": "Organization acronyms",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "addresses": {
+ "description": "Organization addresses",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "aliases": {
+ "description": "Alternative names",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "country": {
+ "properties": {
+ "country_code": {
+ "type": "string"
+ },
+ "country_name": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "email_address": {
+ "description": "Organization email address if available",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "established": {
+ "description": "Year the organization was established",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "ROR organization ID (URL)",
+ "type": "string"
+ },
+ "ip_addresses": {
+ "description": "Associated IP address ranges",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "links": {
+ "description": "External links",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "name": {
+ "description": "Organization name",
+ "type": "string"
+ },
+ "relationships": {
+ "description": "Related organizations",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "types": {
+ "description": "Organization types",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "number_of_results": {
+ "description": "Total number of results matching the query",
+ "type": "number"
+ },
+ "query": {
+ "description": "Query parameters used",
+ "type": "object"
+ },
+ "time_taken": {
+ "description": "API response time in milliseconds",
+ "type": "number"
+ }
+ },
+ "type": "object"
+}