refactor: rename listed → discoverable on note

Pure rename — no behavioral change. "discoverable" more clearly
communicates that the field controls whether a note can be found
by others in public listings.
This commit is contained in:
Julien Calixte
2026-02-25 23:20:37 +01:00
parent f39f62f1c7
commit 29e8a63cb3
4 changed files with 17 additions and 11 deletions

View File

@@ -47,9 +47,9 @@
"description": "Display theme for the note.",
"knownValues": ["light", "dark"]
},
"listed": {
"discoverable": {
"type": "boolean",
"description": "Whether the note appears in public listings. Defaults to true."
"description": "Whether the note can be discovered by others in public listings. Defaults to true."
}
}
}