changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "account": {
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "account_note": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "article_count": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "coverage": {
+ "type": "object"
+ },
+ "first_seen": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "slug": {
+ "type": "string"
+ },
+ "status": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "slug",
+ "coverage",
+ "url"
+ ],
+ "type": "object"
+}