{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CreateCredentialAliasRequest", "type": "object", "properties": { "userid": { "type": "string", "description": "Database user ID including connect string" }, "password": { "type": "string", "description": "Password for the user" } } }