diff options
| author | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 18:44:32 +0200 |
|---|---|---|
| committer | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 18:44:32 +0200 |
| commit | c7b14ffb6d14969c9c41864e827f33f8e80fc24e (patch) | |
| tree | c7c0ac23dc93a4a8b75449d2be4d0e05c4f05f9e /conformance/scenario-schema.json | |
| parent | 9013636a57144e1f57c9339e7888d588430aae6a (diff) | |
Rename plugin to clever-tee
Diffstat (limited to 'conformance/scenario-schema.json')
| -rw-r--r-- | conformance/scenario-schema.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conformance/scenario-schema.json b/conformance/scenario-schema.json index 10fde22..dfc46b0 100644 --- a/conformance/scenario-schema.json +++ b/conformance/scenario-schema.json @@ -1,7 +1,7 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://clever-f.invalid/conformance/scenario-schema.json", - "title": "clever-f host-neutral conformance scenarios", + "$id": "https://clever-tee.invalid/conformance/scenario-schema.json", + "title": "clever-tee host-neutral conformance scenarios", "type": "object", "required": ["format_version", "scenarios"], "additionalProperties": false, @@ -287,7 +287,7 @@ "properties": { "after_step": { "type": "integer", "minimum": 0 }, "operation": { "enum": ["create", "remove", "rebuild", "preserve"] }, - "group": { "enum": ["CleverFCursor", "CleverFChar", "CleverFDirect"] }, + "group": { "enum": ["CleverTeeCursor", "CleverTeeChar", "CleverTeeDirect"] }, "identity": { "type": "string" }, "window": { "type": "string" }, "anchor_line": { "type": "integer", "minimum": 1 }, |
