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
Reference section on http://www.jsonschema2pojo.org/ describes, how extends keyword is translated to Java. There is also a mention of some part of the JSON schema specification(?):
Note: the extends rule in JSON schema accepts a schema or an array of schemas - jsonschema2pojo only supports the single schema variant.
Reference section on http://www.jsonschema2pojo.org/ describes, how
extends
keyword is translated to Java. There is also a mention of some part of the JSON schema specification(?):But, according to the json-schema-org/json-schema-spec#348 (comment), JSON schema doesn't support inheritance and I can not find any mention of
extends
keyword on the official siteWhere
extends
keyword is defined in JSON schema and what values it can have?The text was updated successfully, but these errors were encountered: