{"type":"object","required":["name"],"properties":{"name":{"type":"string","maxLength":64,"minLength":3},"links":{"type":"array","items":{"type":"object","required":["url"],"properties":{"url":{"type":"string","maxLength":128},"name":{"type":"string","maxLength":64}}}},"description":{"type":"string"}}}