mod_http_oauth2/mod_http_oauth2.lua
changeset 5282 d94dba396f9f
parent 5281 a1055024b94e
child 5283 2b858cccac8f
--- a/mod_http_oauth2/mod_http_oauth2.lua	Sun Mar 26 14:39:34 2023 +0200
+++ b/mod_http_oauth2/mod_http_oauth2.lua	Sun Mar 26 14:44:30 2023 +0200
@@ -620,6 +620,8 @@
 		software_id = { type = "string"; format = "uuid" };
 		software_version = { type = "string" };
 	};
+	-- Localized versions of descriptive properties and URIs
+	additionalProperties = { type = "string" };
 }
 
 function create_client(client_metadata)