changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "results": {
+ "items": {
+ "properties": {
+ "cited_by_count": {
+ "description": "Total citation count",
+ "type": "number"
+ },
+ "country_code": {
+ "description": "ISO country code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "display_name": {
+ "description": "Institution name",
+ "type": "string"
+ },
+ "homepage_url": {
+ "description": "Institution homepage URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "OpenAlex institution ID",
+ "type": "string"
+ },
+ "ror": {
+ "description": "Research Organization Registry ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "top_concepts": {
+ "description": "Top research concepts (up to 5)",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "type": {
+ "description": "Institution type",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "works_count": {
+ "description": "Number of works published",
+ "type": "number"
+ }
+ },
+ "required": [
+ "id",
+ "display_name",
+ "ror",
+ "country_code",
+ "type",
+ "works_count",
+ "cited_by_count",
+ "homepage_url",
+ "top_concepts"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total": {
+ "description": "Total number of institutions matching the query",
+ "type": "number"
+ }
+ },
+ "required": [
+ "total",
+ "results"
+ ],
+ "type": "object"
+}