Skip to content

Commit

Permalink
tweak a type
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed May 24, 2023
1 parent 034495c commit 15adeeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gen/fixtures/someTestObject.schema.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type {JSONSchema} from '@ryanatkn/json-schema-to-typescript';
import type {VocabSchema} from '../../utils/schema.js';

export const SomeTestObjectSchema: JSONSchema = {
export const SomeTestObjectSchema: VocabSchema = {
$id: 'https://grocode.org/schemas/SomeTestObject.json',
type: 'object',
properties: {
Expand Down

0 comments on commit 15adeeb

Please sign in to comment.