{ "type": "object", "properties": { "tokenUrl": { "type": "string", "example": "https://www.example.com" }, "scopes": { "type": "object", "properties": { "api": { "type": "string", "example": "example_value" } }, "required": [ "api" ] } }, "required": [ "tokenUrl", "scopes" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Password" }