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
/* tslint:disable */
/**
* This file was automatically generated by json-schema-to-typescript.
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
* and run json-schema-to-typescript to regenerate this file.
*/
export interface ExampleSchema {
/** @deprecated **/
firstName: string;
}
The text was updated successfully, but these errors were encountered:
* Initial support for deprecated keyword
* Remove unnecessary ?
* Fix missing deprecated parameter
* Add e2e test for keyword deprecated
* extended e2e tet to cover deprecated schema and deprecated:false
* Added description property to each item in e2e test to test interaction with the deprecated comment
* Added description property to another object with a true deprecated in e2e test to test outcome of a true deprecated between a true deprecated and a false deprecated
* Fix whitespace and improve comments
* Simplify generateComment
---------
Co-authored-by: iansw246 <35947093+iansw246@users.noreply.github.com>
Co-authored-by: Michelle Tan <michelle0223@gmail.com>
json-schema-spec PR: json-schema-org/json-schema-spec#737
json-schema doc: https://json-schema.org/draft/2019-09/json-schema-validation.html#rfc.section.9.3
Usage:
Expected:
The text was updated successfully, but these errors were encountered: