changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "description": "Full ROR organization record",
+ "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"
+}