changedOutput schema / (root)
Previous value: -{
- "$schema": "http://json-schema.org/draft-07/schema#",
- "additionalProperties": true,
- "properties": {
- "codex": {
- "additionalProperties": true,
- "properties": {
- "found": {
- "type": "boolean"
- }
- },
- "required": [
- "found"
- ],
- "type": "object"
- },
- "plugin": {
- "additionalProperties": true,
- "properties": {
- "version": {
- "type": "string"
- }
- },
- "required": [
- "version"
- ],
- "type": "object"
- },
- "runtime": {
- "additionalProperties": true,
- "properties": {
- "node": {
- "type": "string"
- },
- "platform": {
- "type": "string"
- }
- },
- "required": [
- "node",
- "platform"
- ],
- "type": "object"
- },
- "warnings": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "required": [
- "plugin",
- "codex",
- "runtime",
- "warnings"
- ],
- "type": "object"
-}New value: +null