Contents:
from pydantic import BaseModel from pyeudiw.jwk.schemas.public import JwkSchema [docs] class CNFSchema(BaseModel): jwk: JwkSchema