changedOutput schema / (root)
Previous value: -{
- "$defs": {
- "WatcherSummary": {
- "properties": {
- "id": {
- "title": "Id",
- "type": "integer"
- },
- "login": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Login"
- },
- "name": {
- "title": "Name",
- "type": "string"
- },
- "url": {
- "title": "Url",
- "type": "string"
- }
- },
- "required": [
- "id",
- "name",
- "login",
- "url"
- ],
- "title": "WatcherSummary",
- "type": "object"
- }
- },
- "properties": {
- "count": {
- "title": "Count",
- "type": "integer"
- },
- "results": {
- "items": {
- "$ref": "#/$defs/WatcherSummary"
- },
- "title": "Results",
- "type": "array"
- }
- },
- "required": [
- "count",
- "results"
- ],
- "title": "WatcherListResult",
- "type": "object"
-}New value: +null