edutap.wallet_google.models.bases.WithIdModel#
- pydantic model edutap.wallet_google.models.bases.WithIdModel#
Model for Google Wallet models with an identifier.
Show JSON schema
{ "title": "WithIdModel", "description": "Model for Google Wallet models with an identifier.", "type": "object", "properties": { "id": { "title": "Id", "type": "string" } }, "additionalProperties": false, "required": [ "id" ] }
- Config:
extra: str = forbid
- Fields:
- field id: str [Required]#