changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "properties": {
+ "count": {
+ "type": "integer"
+ },
+ "links": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "artifact_kind": {
+ "type": "string"
+ },
+ "credential_state": {
+ "type": "string"
+ },
+ "expires_at": {
+ "type": "string"
+ },
+ "kind": {
+ "type": "string"
+ },
+ "label": {
+ "type": "string"
+ },
+ "last_bound_at": {
+ "type": "string"
+ },
+ "last_viewer_at": {
+ "type": "string"
+ },
+ "live": {
+ "type": "boolean"
+ },
+ "protected": {
+ "type": "boolean"
+ },
+ "protection_version": {
+ "type": "integer"
+ },
+ "published_at": {
+ "type": "string"
+ },
+ "quarantine_until": {
+ "type": "string"
+ },
+ "residency": {
+ "type": "string"
+ },
+ "size_bytes": {
+ "type": "integer"
+ },
+ "stale": {
+ "type": "boolean"
+ },
+ "ttl_hours": {
+ "type": [
+ "null",
+ "integer"
+ ]
+ },
+ "url": {
+ "type": "string"
+ },
+ "version": {
+ "type": "integer"
+ }
+ },
+ "required": [
+ "label",
+ "kind",
+ "url",
+ "live",
+ "residency",
+ "stale",
+ "protected"
+ ],
+ "type": "object"
+ },
+ "type": [
+ "null",
+ "array"
+ ]
+ },
+ "live_tunnels": {
+ "type": "integer"
+ },
+ "max_tunnels": {
+ "type": "integer"
+ },
+ "ok": {
+ "type": "boolean"
+ },
+ "publish": {
+ "additionalProperties": false,
+ "properties": {
+ "day_limit": {
+ "type": "integer"
+ },
+ "day_used": {
+ "type": "integer"
+ },
+ "hour_limit": {
+ "type": "integer"
+ },
+ "hour_used": {
+ "type": "integer"
+ }
+ },
+ "required": [
+ "hour_used",
+ "hour_limit",
+ "day_used",
+ "day_limit"
+ ],
+ "type": "object"
+ },
+ "storage": {
+ "additionalProperties": false,
+ "properties": {
+ "limit_bytes": {
+ "type": "integer"
+ },
+ "used_bytes": {
+ "type": "integer"
+ }
+ },
+ "required": [
+ "used_bytes",
+ "limit_bytes"
+ ],
+ "type": "object"
+ },
+ "transfer": {
+ "additionalProperties": false,
+ "properties": {
+ "limit_bytes": {
+ "type": "integer"
+ },
+ "reset_at": {
+ "type": "string"
+ },
+ "used_bytes": {
+ "type": "integer"
+ }
+ },
+ "required": [
+ "used_bytes",
+ "limit_bytes"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "ok",
+ "links",
+ "count",
+ "live_tunnels",
+ "max_tunnels"
+ ],
+ "type": "object"
+}