changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "matched": {
+ "type": "number"
+ },
+ "playbooks": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "maturity": {
+ "type": "number"
+ },
+ "maturityLabel": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "steps": {
+ "type": "number"
+ },
+ "summary": {
+ "type": "string"
+ },
+ "team": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "slug",
+ "title",
+ "summary",
+ "team",
+ "maturity",
+ "maturityLabel",
+ "steps",
+ "url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "returned": {
+ "type": "number"
+ },
+ "teams": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "total": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "total",
+ "matched",
+ "returned",
+ "teams",
+ "playbooks"
+ ],
+ "type": "object"
+}