Comparison

mod_http_oauth2/mod_http_oauth2.lua @ 5612:17aa3bac7f3a

mod_http_oauth2: Improve a description in schema
author Kim Alvefur <zash@zash.se>
date Sat, 15 Jul 2023 12:27:24 +0200
parent 5605:b496ebc12aed
child 5614:ad9b8f659c96
comparison
equal deleted inserted replaced
5611:aab0023b51c9 5612:17aa3bac7f3a
1170 type = "string"; 1170 type = "string";
1171 format = "uuid"; 1171 format = "uuid";
1172 }; 1172 };
1173 software_version = { 1173 software_version = {
1174 title = "Software Version"; 1174 title = "Software Version";
1175 description = "Version of the software creating being registered. \z 1175 description = "Version of the client software being registered. \z
1176 E.g. to allow revoking all related tokens in the event of a security incident."; 1176 E.g. to allow revoking all related tokens in the event of a security incident.";
1177 type = "string"; 1177 type = "string";
1178 example = "2.3.1"; 1178 example = "2.3.1";
1179 }; 1179 };
1180 }; 1180 };