{"$id":"dorsal/arxiv","$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","title":"Dorsal Arxiv","description":"Dorsal Arxiv Schema","properties":{"arxiv_id":{"type":"string","maxLength":64,"pattern":"^[a-zA-Z0-9.\\-/]+$"},"title":{"type":"string","maxLength":512},"url":{"type":"string","maxLength":2048,"format":"uri"},"abstract":{"type":"string","maxLength":8192},"authors":{"type":"array","items":{"type":"string","maxLength":1024},"maxItems":4096},"categories":{"type":"array","items":{"type":"string","maxLength":64},"maxItems":128},"doi":{"type":["string","null"],"maxLength":256},"journal_ref":{"type":["string","null"],"maxLength":1024},"license":{"type":["string","null"],"maxLength":512},"version":{"type":["string","null"],"maxLength":64}},"required":["arxiv_id","title","abstract","authors"],"additionalProperties":false}