Skip to content

Commit

Permalink
docs: update schemas to match upstream
Browse files Browse the repository at this point in the history
Update the JSON schemas to match upstream, and include a link to
the upstream documentation.
  • Loading branch information
andyholmes committed Apr 13, 2024
1 parent 8de346f commit 99eb91c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/schemas/index.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Protocol Reference",
"description": "This reference is generated from JSON Schemas used in the testing and development of Valent.\n\nThis document should not be interpreted as a formal specification of the KDE Connect protocol.",
"description": "This reference is generated from JSON Schemas used in the testing and development of Valent. For any other use, please see the upstream version of the [KDE Connect protocol](https://invent.kde.org/network/kdeconnect-meta/blob/master/protocol.md) instead.",
"sections": [
{
"title": "Core Protocol",
Expand Down
4 changes: 2 additions & 2 deletions doc/schemas/kdeconnect.telephony.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@
]
},
"contactName": {
"type": "string",
"type": ["string", "null"],
"description": "The contact name associated with the event."
},
"messageBody": {
"type": "string",
"description": "The message text associated with the event."
},
"phoneNumber": {
"type": "string",
"type": ["string", "null"],
"description": "The phone number associated with the event."
},
"phoneThumbnail": {
Expand Down

0 comments on commit 99eb91c

Please sign in to comment.