{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://pointcast.xyz/schemas/post-office-status.schema.json","title":"PointCast Post Office alias status","type":"object","required":["alias","status","since","expiresAt","count","agentId"],"properties":{"alias":{"type":"string"},"status":{"enum":["active","expired"]},"since":{"type":"string","format":"date-time"},"expiresAt":{"type":"string","format":"date-time"},"count":{"type":"integer","minimum":0},"agentId":{"type":["string","null"]}}}
