Skip to content

Nested schema should be added for values of object type in schema #60

@saracalihan

Description

@saracalihan
const schema = {
  info: {
    type: Types.Object,
    defalut: {
      name:{
        type: Types.Number,
      },
      // ...
    }
  }
};

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions