changedOutput schema / (root)
Previous value: -{
- "additionalProperties": false,
- "properties": {
- "computed_at": {
- "type": [
- "null",
- "string"
- ]
- },
- "flavor": {
- "type": "string"
- },
- "impact": {
- "additionalProperties": false,
- "properties": {
- "axis": {
- "type": "string"
- },
- "branches": {
- "additionalProperties": false,
- "properties": {
- "in_flight": {
- "type": "integer"
- },
- "legacy": {
- "type": "integer"
- },
- "migrated": {
- "type": "integer"
- }
- },
- "required": [
- "legacy",
- "in_flight",
- "migrated"
- ],
- "type": "object"
- },
- "projects": {
- "type": "integer"
- },
- "projects_outstanding": {
- "type": "integer"
- },
- "top_projects": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "in_flight": {
- "type": "integer"
- },
- "installs": {
- "type": "integer"
- },
- "legacy": {
- "type": "integer"
- },
- "migrated": {
- "type": "integer"
- },
- "project": {
- "type": "string"
- }
- },
- "required": [
- "project",
- "installs",
- "legacy",
- "in_flight",
- "migrated"
- ],
- "type": "object"
- },
- "type": [
- "null",
- "array"
- ]
- }
- },
- "required": [
- "axis",
- "projects",
- "projects_outstanding",
- "branches",
- "top_projects"
- ],
- "type": [
- "null",
- "object"
- ]
- },
- "issue_count": {
- "type": "integer"
- },
- "issues": {
- "items": {
- "type": "integer"
- },
- "type": [
- "null",
- "array"
- ]
- },
- "nid": {
- "type": "integer"
- },
- "symbols": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "fqn": {
- "type": "string"
- },
- "kind": {
- "type": "string"
- },
- "role": {
- "type": "string"
- }
- },
- "required": [
- "fqn"
- ],
- "type": "object"
- },
- "type": [
- "null",
- "array"
- ]
- },
- "target_version": {
- "type": "string"
- },
- "title": {
- "type": "string"
- },
- "tracks": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "index": {
- "type": "integer"
- },
- "kind": {
- "type": "string"
- },
- "ledger": {
- "type": "string"
- },
- "polarity": {
- "type": "string"
- }
- },
- "required": [
- "index",
- "kind",
- "ledger",
- "polarity"
- ],
- "type": "object"
- },
- "type": [
- "null",
- "array"
- ]
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "nid",
- "title",
- "flavor",
- "url",
- "tracks",
- "issues",
- "issue_count",
- "computed_at"
- ],
- "type": "object"
-}New value: +null