Alexandre Bodin 49f0fdad8c Refactor schema definition language utils
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-02-10 21:38:40 +01:00

8 lines
113 B
JavaScript

module.exports = {
type: {
Restaurant: {
_description: 'This is the restaurant desc',
},
},
};