@lincs.project/webannotation-schema 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.d.mts +191 -54
- package/dist/index.d.ts +191 -54
- package/dist/index.js +245 -170
- package/dist/index.mjs +245 -170
- package/package.json +12 -14
- package/dist/v1/jsonld/context.jsonld +0 -24
- package/dist/v1/jsonld/defs.jsonld +0 -949
- package/dist/v1/jsonld/schema.jsonld +0 -621
- package/dist/v1/standalone/linc-wa-validator.js +0 -1
package/README.md
CHANGED
|
@@ -98,7 +98,7 @@ console.log(resultInvalid);
|
|
|
98
98
|
|
|
99
99
|
## Assets
|
|
100
100
|
|
|
101
|
-
Beyond the `validate` function, this module export multiple assets that can be used to build a custom validator ([Ajv Schema Object](#ajv-schema-object)) or assist the developer in building Web Annotations using Typescript ([
|
|
101
|
+
Beyond the `validate` function, this module export multiple assets that can be used to build a custom validator ([Ajv Schema Object](#ajv-schema-object)) or assist the developer in building Web Annotations using Typescript ([Typing](#typing)).
|
|
102
102
|
|
|
103
103
|
### Ajv Schema Object
|
|
104
104
|
|