shaperail-codegen 0.16.0

YAML parser, validator, and code generator for Shaperail
Documentation
1
2
3
4
5
6
7
8
9
10
11
resource: items
version: 1
schema:
  id: { type: uuid, primary: true, generated: true }
  name: { type: string, required: true }
endpoints:
  create:
    method: POST
    path: /items
    auth: [admin]
    input: [name, ghost_field]