changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "repositories": {
+ "description": "List of data repositories",
+ "items": {
+ "properties": {
+ "description": {
+ "description": "Repository description",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "domain": {
+ "description": "Domain of the repository",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "Repository ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Repository name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "re3data_url": {
+ "description": "re3data registry URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "repository_types": {
+ "description": "Types of repository",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "symbol": {
+ "description": "Repository symbol code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "url": {
+ "description": "Repository URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "year_created": {
+ "description": "Year repository was created",
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "returned": {
+ "description": "Number of repositories returned in this page",
+ "type": "number"
+ },
+ "total": {
+ "description": "Total number of repositories",
+ "type": "number"
+ }
+ },
+ "required": [
+ "total",
+ "returned",
+ "repositories"
+ ],
+ "type": "object"
+}