{ "type": "object", "name": "Password", "properties": { "tokenUrl": { "type": "string" }, "scopes": { "type": "object", "properties": { "api": { "type": "string" } }, "required": [ "api" ] } }, "required": [ "tokenUrl", "scopes" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }