feat: annotate experimental fields in app server protocol

This commit is contained in:
Michael Bolin
2026-01-30 01:39:13 -08:00
parent d550fbf41a
commit ffb4fe6e7d
556 changed files with 86440 additions and 38 deletions

View File

@@ -0,0 +1,19 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"includeToken": {
"type": [
"boolean",
"null"
]
},
"refreshToken": {
"type": [
"boolean",
"null"
]
}
},
"title": "GetAuthStatusParams",
"type": "object"
}