brunoborges / toml-schema

MIT License
61 stars 2 forks source link

Table without validation #8

Open brunoborges opened 3 years ago

brunoborges commented 3 years ago

Should we allow parsers to skip validation of a table definition? Or have a table without definition at all?

eksortso commented 3 years ago

In what context is this question being posed? Is this like how the schema parser effectively ignores everything in the toml-schema.meta table?