You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While it no longer makes sense to have a universal default schema
value (see previous commit), the LDO schema keywords have specific
implications which do match one or the other boolean schema.
This commit adds the appropraite one. By default, a resource is
assumed to provide or accept any structure as its representation,
accept any structure for processing if it does processing at all,
and to allow any header usage. So targetSchema, submissionSchema,
and headerSchema all default to true.
However, by default, URI templates may not be resolved from input,
so headerSchema defaults to false.
0 commit comments