Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Ion Schema Language

< >

Ion Schema Language is a grammar language created in 2018.

#3118on PLDB 6Years Old


Example from the web:
type::{ name: Person, type: struct, fields: { title: { type: symbol, valid_values: [Mr, Mrs, Miss, Ms, Mx, Dr], }, firstName: { type: string, occurs: required }, middleName: string, lastName: { type: string, occurs: required }, age: { type: int, valid_values: range::[0, 130] }, }, }

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0