1

MSON を使用している場合、現在フィールド長を含める唯一の方法は、説明の一部として含めることです。これに対するサポートを追加する計画はありますか、またはこの目的で使用されているベスト プラクティス (回避策) はありますか?

たとえば、以下の MSON の説明では、tokenType の最大長を 20 文字と指定するにはどうすればよいでしょうか? (工夫例)

## accessToken
+ tokenType: `Bearer` (string) - The type of access token that was issued.  Currently only 'Bearer' tokens are supported.
+ expiresIn: `1000` (number) - How much time in seconds until the token  expires.
+ accessToken: `0.AQAAAVF-mqsiAAAAAAAbd0A71bIG8IUwcgHV7mAYiG7J.EAAQsWDnpqRj7WwyFVLTsdo0yXWh9L4` (string) - The access token to pass in the API call to access the protected resource.
4

1 に答える 1