Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 611 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 611 Bytes

RS/JSON

Standard proposal for JSON based ORM relational schema definitions.

{
  "version": "0.1.0",
  "licence": "MIT",
  "book": {
    "properties": {
      "id": {
        "type": "unsigned-int",
        "incremented": true
      },
      "name": {
        "type": "string",
        "length": 255,
        "required": true
      }
    }
  }
}

Documentation available at this address: https://khalyomede.github.io/rs-json/