|
1 | 1 | import { intersect, lazy, number, object, parser, string, union, type GenericSchema } from 'valibot'; |
2 | | -import { claimSchema } from './Claim.js'; |
| 2 | +import { claimSchema } from './Claim'; |
3 | 3 | import { |
4 | 4 | creativeWorkStatusSchema, |
5 | 5 | type CreativeWorkStatusInput, |
6 | 6 | type CreativeWorkStatusOutput |
7 | | -} from './CreativeWorkStatus.js'; |
8 | | -import { definedTermSchema, type DefinedTermInput, type DefinedTermOutput } from './DefinedTerm.js'; |
9 | | -import { personSchema, type PersonInput, type PersonOutput } from './Person.js'; |
10 | | -import jsonLinkedDataProperty from '../private/jsonLinkedDataProperty.js'; |
| 7 | +} from './CreativeWorkStatus'; |
| 8 | +import { definedTermSchema, type DefinedTermInput, type DefinedTermOutput } from './DefinedTerm'; |
| 9 | +import { personSchema, type PersonInput, type PersonOutput } from './Person'; |
| 10 | +import jsonLinkedDataProperty from '../private/jsonLinkedDataProperty'; |
11 | 11 | import { |
12 | 12 | softwareSourceCodeSchema, |
13 | 13 | type SoftwareSourceCodeInput, |
14 | 14 | type SoftwareSourceCodeOutput |
15 | | -} from './SoftwareSourceCode.js'; |
16 | | -import { thingSchema, type ThingInput, type ThingOutput } from './Thing.js'; |
| 15 | +} from './SoftwareSourceCode'; |
| 16 | +import { thingSchema, type ThingInput, type ThingOutput } from './Thing'; |
17 | 17 |
|
18 | 18 | /** |
19 | 19 | * The most generic kind of creative work, including books, movies, photographs, software programs, etc. |
|
0 commit comments