{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_schemas-onetimepin", "title": "One Time Pin", "allOf": [ { "$ref": "#/components/schemas/access_schemas-identity-provider" }, { "properties": { "config": { "type": "object" }, "type": { "enum": [ "onetimepin" ] } } } ], "type": "object" }