mirror of
https://github.com/andrewthetechie/py-healthchecks.io.git
synced 2026-04-25 08:15:37 +02:00
100% coverage of checks schemas
This commit is contained in:
11
src/healthchecks_io/schemas/integrations.py
Normal file
11
src/healthchecks_io/schemas/integrations.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
Schemas for integrations
|
||||
https://healthchecks.io/docs/api/
|
||||
"""
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class Integration(BaseModel):
|
||||
id: str
|
||||
name: str
|
||||
kind: str
|
||||
Reference in New Issue
Block a user