Advertisement
Guest User

Untitled

a guest
Jan 26th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. ---
  2. type: object
  3. "$schema": http://json-schema.org/draft-03/schema
  4. id: http://jsonschema.net
  5. required: false
  6. properties:
  7. mongo:
  8. type: object
  9. id: http://jsonschema.net/mongo
  10. required: false
  11. properties:
  12. hostUrls:
  13. type: array
  14. id: http://jsonschema.net/mongo/hostUrls
  15. required: false
  16. items:
  17. type: string
  18. id: http://jsonschema.net/mongo/hostUrls/0
  19. required: false
  20. options:
  21. type: object
  22. id: http://jsonschema.net/mongo/options
  23. required: false
  24. properties:
  25. authSource:
  26. type: string
  27. id: http://jsonschema.net/mongo/options/authSource
  28. required: false
  29. dbName:
  30. type: string
  31. id: http://jsonschema.net/mongo/options/dbName
  32. required: false
  33. readPreference:
  34. type: string
  35. id: http://jsonschema.net/mongo/options/readPreference
  36. required: false
  37. replicaSet:
  38. type: string
  39. id: http://jsonschema.net/mongo/options/replicaSet
  40. required: false
  41. ssl:
  42. type: boolean
  43. id: http://jsonschema.net/mongo/options/ssl
  44. required: false
  45. password:
  46. type: string
  47. id: http://jsonschema.net/mongo/password
  48. required: false
  49. port:
  50. type: number
  51. id: http://jsonschema.net/mongo/port
  52. required: false
  53. username:
  54. type: string
  55. id: http://jsonschema.net/mongo/username
  56. required: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement