Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 245 Bytes

sch-default-json.md

File metadata and controls

15 lines (13 loc) · 245 Bytes

sch-default-json

schema.json template

{
 "schema": "http://json-schema.org/schema",
 "id": "${1:schematics-id}",
 "title": "${2:title}",
 "type": "object",
 "description": "${3:description}",
 "properties": {},
 "required": []
}