{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-structure/public-api-fetch-credentials-event-structure.json", "name": "FetchCredentialsEvent", "description": "FetchCredentialsEvent schema from Public API (Otter Public API).", "type": "object", "properties": { "credentials": { "type": "array", "description": "Array of existing credentials added so far. It's used by multi step onboarding to verify if other credentials are needed based on existing ones values.", "items": { "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-existing-credential-schema.json" }, "example": [ { "key": "email", "value": "test@email.com" }, { "key": "password", "value": "test-pwd-1234" } ] } } }