Skip to content

Support JSON schema #4

@Deadarius

Description

@Deadarius

Currently confeta only supports javascript object as a config.
In order to support JSON we need to add handling for types specified as strings

Currently:

url: {
  type: types.string,
  description: 'Database url',
  required: true
}

Need support for:

"url": {
  "type": "string",
  "description": "Database url",
  "required": true
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions