{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://pointcast.xyz/schemas/post-office-alias.schema.json","title":"Create or renew a PointCast Post Office alias","type":"object","additionalProperties":false,"required":["name","forward"],"properties":{"name":{"type":"string","pattern":"^[a-z0-9-]{3,24}$"},"owner":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"forward":{"type":"object","additionalProperties":false,"required":["kind","target"],"properties":{"kind":{"enum":["email","webhook"]},"target":{"type":"string","maxLength":2048}}}}}
