edutap.wallet_google.modelbase.GoogleWalletWithIdModel#
- pydantic model edutap.wallet_google.modelbase.GoogleWalletWithIdModel#
Base model for Google Wallet models with an identifier.
Show JSON schema
{ "title": "GoogleWalletWithIdModel", "description": "Base model for Google Wallet models with an identifier.", "type": "object", "properties": { "id": { "title": "Id", "type": "string" } }, "required": [ "id" ] }
- Fields:
- field id: str [Required]#