You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
We could be generating random data based on the JSON schema, XML schema, etc. defined limitations. It could try to infer the type of data based on the field name, or be offered an extra option to specify type from supported (E.g. name, lastName, address, etc.). This should be pulled out into a more general module for use in many other utilities (automated tests, for one).
The text was updated successfully, but these errors were encountered:
I no longer work on RAML/Osprey myself, but it's still a very interesting topic. See https://github.com/Marak/faker.js/issues/278 for some thoughts I had (very high level, IIRC).
That still sounds really interesting. Wonder how we could handle RAML data types though. @jstoiko I am thinking about using ramldt2jsonschema project for it. What do you think?
We could be generating random data based on the JSON schema, XML schema, etc. defined limitations. It could try to infer the type of data based on the field name, or be offered an extra option to specify type from supported (E.g.
name
,lastName
,address
, etc.). This should be pulled out into a more general module for use in many other utilities (automated tests, for one).The text was updated successfully, but these errors were encountered: