Guest User

Untitled

a guest
Jan 16th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. {
  2. ...
  3. "properties": {
  4. ...
  5. "schematics": {
  6. "$ref": "#/definitions/schematicOptions"
  7. },
  8. ...
  9. "projects": {
  10. "type": "object",
  11. "patternProperties": {
  12. "^[a-zA-Z][.0-9a-zA-Z]*(-[.0-9a-zA-Z]*)*$": {
  13. "$ref": "#/definitions/project"
  14. }
  15. },
  16. "additionalProperties": false
  17. }
  18. },
  19. ...
  20. "definitions": {
  21. ...
  22. "schematicOptions": {...},
  23. ...
  24. "project": {...},
  25. ...
  26. }
  27. }
Add Comment
Please, Sign In to add comment