sebastiankb

Results 12 comments of sebastiankb

Mitigation to the third reason: JSON key names are very flexible, e.g. spaces are also permitted ":", "-" etc.. Also see [rfc8259](https://www.ietf.org/rfc/rfc8259.html#section-4) >We additionally do have a display name (in...

this should be the right regular expression: `^[a-zA-Z][a-zA-Z0-9_-]*[a-zA-Z0-9_]+$`

> > this should be the right regular expression: > > `^[a-zA-Z][a-zA-Z0-9_-]*[a-zA-Z0-9_]+$` > > I think the regular expression is not backward compatible because it requests at least two characters...

> For SMT submodel elements (see https://industrialdigitaltwin.org/en/content-hub/create-a-submodel) also other special characters like "{000}" are used. > > Alternatives: a) make three constraints, one for submodel elements with a Submodel instance...

Sorry, I misunderstood. However, your proposed reg expression above do not allow 1-letter idShort either. This version should work: `^[a-zA-Z]([a-zA-Z0-9_-]*[a-zA-Z0-9_]+)?$`

is there some news here? I'm also just discovered the behavoir that no URI variables can be passed for properties. @egekorkan @Fady222

The best way for initiating this is to use the placeholder concept. See the example here: If you click on "Convert to TD" it will ask you to assign specific...

Just to avoid misunderstanding: The placeholder concept is a TM feature and not a specific ediTDor feature. Please see [here](https://w3c.github.io/wot-thing-description/#thing-model-td-placeholder).

@relu91 many thanks for this PR. Is there also an option to select different directories?

Based on this discussion so far, I would recommend to allow both approaches: 1) being self-contained where the semantic tagging is done directly in JSON Schema (see the sample of...