Skip to content

khalyomede/rs-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

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/