changedOutput schema / (root)
Previous value: -{
- "$schema": "http://json-schema.org/draft-07/schema#",
- "additionalProperties": false,
- "properties": {
- "agent_guidance": {
- "type": "string"
- },
- "delivery_channel": {
- "type": "null"
- },
- "free_quota": {
- "additionalProperties": false,
- "properties": {
- "limit": {
- "type": "number"
- },
- "used": {
- "type": "number"
- }
- },
- "required": [
- "limit",
- "used"
- ],
- "type": "object"
- },
- "ico": {
- "type": "string"
- },
- "locale": {
- "const": "cs",
- "type": "string"
- },
- "message": {
- "type": "string"
- },
- "monitoring_active": {
- "type": "boolean"
- },
- "next_step": {
- "additionalProperties": false,
- "properties": {
- "action": {
- "const": "complete_onboarding",
- "type": "string"
- },
- "actor": {
- "const": "human",
- "type": "string"
- },
- "requires": {
- "items": {
- "enum": [
- "notification_channel",
- "gdpr_consent"
- ],
- "type": "string"
- },
- "type": "array"
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "actor",
- "action",
- "url",
- "requires"
- ],
- "type": "object"
- },
- "persisted": {
- "type": "boolean"
- },
- "pricing": {
- "additionalProperties": false,
- "properties": {
- "solo": {
- "type": "string"
- },
- "team": {
- "type": "string"
- }
- },
- "required": [
- "solo",
- "team"
- ],
- "type": "object"
- },
- "schema_version": {
- "const": 1,
- "type": "number"
- },
- "status": {
- "enum": [
- "ONBOARDING_REQUIRED",
- "ACTIVE",
- "QUOTA_EXCEEDED",
- "ERROR"
- ],
- "type": "string"
- },
- "tier": {
- "const": "free",
- "type": "string"
- }
- },
- "required": [
- "schema_version",
- "status",
- "persisted",
- "monitoring_active",
- "ico",
- "tier",
- "free_quota",
- "delivery_channel",
- "next_step",
- "agent_guidance",
- "pricing",
- "message",
- "locale"
- ],
- "type": "object"
-}New value: +null