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
{{ message }}
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
Nodes marked with uri-ref format should have data generated for them that more closely mirrors the intent behind the spec - i.e. fragments, relative urls, etc, as opposed to what's required for a uri (fully qualified uri).
Actual Behaviour
Nodes marked with uri-ref get fully qualified URIs generated for them.
Reproduce Scenario (including but not limited to)
Schemas with uri-ref nodes
Steps to Reproduce
Generate a Model object instance that consumes a schema with at least one node that has a uri-ref format indicated.
Note how the generated data is a fully-qualified uri.
Platform and Version
All
Sample Code that illustrates the problem
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered:
Expected Behaviour
Nodes marked with
uri-ref
format should have data generated for them that more closely mirrors the intent behind the spec - i.e. fragments, relative urls, etc, as opposed to what's required for a uri (fully qualified uri).Actual Behaviour
Nodes marked with
uri-ref
get fully qualified URIs generated for them.Reproduce Scenario (including but not limited to)
Schemas with uri-ref nodes
Steps to Reproduce
Generate a Model object instance that consumes a schema with at least one node that has a uri-ref format indicated.
Note how the generated data is a fully-qualified uri.
Platform and Version
All
Sample Code that illustrates the problem
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: