zakaio / atala-prism-schema

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

allow to break strict definition in favor of applicability

rssh opened this issue · comments

Have a data type for pass arbitrary application-specific JSON.
(Rationale -- moving 3-rd party data inside credentials, to be able not depends from 3-rd party data format)

If we will add to object 'additionalProperties'. with boolean type, than expression

{
  type: object
  additionalProperties: true
}

will mean any json object and will be compatible with json_schema.