{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "LoginRequest", "type": "object", "description": "Request body for the login endpoint.", "properties": { "@type": { "type": "string", "description": "The resource type identifier. Must be set to \"login\"." }, "username": { "type": "string", "description": "The Informatica Intelligent Cloud Services username." }, "password": { "type": "string", "description": "The account password." } } }