changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "results": {
+ "items": {
+ "properties": {
+ "cited_by_count": {
+ "description": "Total citation count",
+ "type": "number"
+ },
+ "display_name": {
+ "description": "Author's display name",
+ "type": "string"
+ },
+ "id": {
+ "description": "OpenAlex author ID",
+ "type": "string"
+ },
+ "institution_country": {
+ "description": "Country code of institution",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "last_known_institution": {
+ "description": "Last known institutional affiliation",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "orcid": {
+ "description": "ORCID identifier",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "top_concepts": {
+ "description": "Top research concepts (up to 5)",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "works_count": {
+ "description": "Number of published works",
+ "type": "number"
+ }
+ },
+ "required": [
+ "id",
+ "display_name",
+ "orcid",
+ "works_count",
+ "cited_by_count",
+ "last_known_institution",
+ "institution_country",
+ "top_concepts"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total": {
+ "description": "Total number of authors matching the query",
+ "type": "number"
+ }
+ },
+ "required": [
+ "total",
+ "results"
+ ],
+ "type": "object"
+}