Guest User

Untitled

a guest
Jun 25th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. series: {
  2. type: object
  3. minProperties: 1
  4. patternProperties: {
  5. .*: {
  6. type: object
  7. properties: {
  8. source: {
  9. type: string
  10. pattern : ^[A-Za-z_][A-Za-zd_]*$
  11. }
  12.  
  13. }
  14. }
  15. }
  16. }
Add Comment
Please, Sign In to add comment