frame-js / Frame

Frame is a flow based programming library for databases, APIs, utilities, objects, schemas and more!
MIT License
17 stars 2 forks source link

Improve ObjectModel with new types #8

Closed bugs181 closed 5 years ago

bugs181 commented 5 years ago

Example:

{
  user: String, // Required
  age: ObjectModel.Optional, // Optional

  gravatar: [Image, Element], // oneOf
}

Added types would be:

bugs181 commented 5 years ago

Closing in favor of #11