forked from Wavyzz/py-healthchecks.io
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