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
The QWG needs to determine what the best practices are for use of the x_ fields. This may involve providing a means to get a JSON schema for the field and/or any associated documentation provided by the declaring CNA.
Schema validation could be supported as follows.
{ "x_foo": {
"$schema": "schema URL",
.. data
}
}
Possible options need to be discussed to come up with a way forward. Please share thoughts in the discussion below.
The text was updated successfully, but these errors were encountered:
The QWG needs to determine what the best practices are for use of the
x_
fields. This may involve providing a means to get a JSON schema for the field and/or any associated documentation provided by the declaring CNA.Schema validation could be supported as follows.
Possible options need to be discussed to come up with a way forward. Please share thoughts in the discussion below.
The text was updated successfully, but these errors were encountered: