Closed andresuribe87 closed 1 year ago
Currently, we define JsonSchema2023 term in https://www.w3.org/ns/credentials/v2 (which will be renamed to JsonSchema). That term defines JsonSchema2023.@context.type == "@type".
JsonSchema2023
JsonSchema
JsonSchema2023.@context.type == "@type"
Separately, JSON Schema defines type in it's meta-schema (downloadable from https://json-schema.org/draft/2020-12/schema).
type
I believe this will mean that things break in JSON-LD world when you try to include the full JSON Schema document within the original VC.
this is being addressed:
@andresuribe87 can this be closed?
Currently, we define
JsonSchema2023
term in https://www.w3.org/ns/credentials/v2 (which will be renamed toJsonSchema
). That term definesJsonSchema2023.@context.type == "@type"
.Separately, JSON Schema defines
type
in it's meta-schema (downloadable from https://json-schema.org/draft/2020-12/schema).I believe this will mean that things break in JSON-LD world when you try to include the full JSON Schema document within the original VC.