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
fix: š if resource doesn't have 'json' schema, embed it instead of referencing it
It cannot always be referenced, as there may be resources that don't have a JSON schema but only a JSON-LD schema.
It's not certain at the time the JSON-LD schema is being generated whether a JSON schema will ultimately be defined.
Therefore, the JSON schema will be referenced only if it's already defined.
0 commit comments