changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "items": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "credentialsEnabled": {
+ "type": "boolean"
+ },
+ "customDomain": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "offline": {
+ "type": "boolean"
+ },
+ "openapiRenderer": {
+ "type": "string"
+ },
+ "routing": {
+ "type": "string"
+ },
+ "subdomain": {
+ "type": "string"
+ },
+ "swaggerHubOrganizationId": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "page": {
+ "additionalProperties": false,
+ "properties": {
+ "number": {
+ "type": "number"
+ },
+ "size": {
+ "type": "number"
+ },
+ "totalElements": {
+ "type": "number"
+ },
+ "totalPages": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}