Closed Remi-Gau closed 5 months ago
tried running main on my "cobidas" schemas
Tested the following on main.
This is valid.
{ "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic", "@type": "reproschema:Protocol" }
This is not valid (but was before).
{ "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic", "@type": "reproschema:Protocol", "preamble": { "en": "foo" } }
As far as I can tell preambles were part of the allowed properties in the previous version of the schema.
Ok, I will add preamble to Protocol. Thank you for pointing this
preamble
Protocol
tried running main on my "cobidas" schemas
Tested the following on main.
This is valid.
This is not valid (but was before).
As far as I can tell preambles were part of the allowed properties in the previous version of the schema.