Skip to content

Commit

Permalink
feat(api): cleaned up code and added back the validation with render …
Browse files Browse the repository at this point in the history
…reuse
  • Loading branch information
tatarco committed Oct 29, 2024
1 parent 8bd6649 commit f736a37
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/shared/src/dto/step-schemas/json-schema-dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,4 @@ export interface JSONSchemaDto {
readOnly?: boolean | undefined;
writeOnly?: boolean | undefined;
examples?: JSONSchemaType | undefined;

// Custom extensions property
extensions?:
| {
[key: string]: unknown; // Allows for any additional properties
}
| undefined;
}

0 comments on commit f736a37

Please sign in to comment.