@twin.org/standards-schema-org 0.0.2-next.13 → 0.0.2-next.15

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/docs/changelog.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @twin.org/standards-schema-org - Changelog
2
2
 
3
+ ## [0.0.2-next.15](https://github.com/twinfoundation/standards/compare/standards-schema-org-v0.0.2-next.14...standards-schema-org-v0.0.2-next.15) (2025-10-09)
4
+
5
+
6
+ ### Features
7
+
8
+ * add validate-locales ([838389c](https://github.com/twinfoundation/standards/commit/838389c1daf62ed42397d5758d267c3d1a37fa4d))
9
+
10
+ ## [0.0.2-next.14](https://github.com/twinfoundation/standards/compare/standards-schema-org-v0.0.2-next.13...standards-schema-org-v0.0.2-next.14) (2025-10-02)
11
+
12
+
13
+ ### Miscellaneous Chores
14
+
15
+ * **standards-schema-org:** Synchronize repo versions
16
+
3
17
  ## [0.0.2-next.13](https://github.com/twinfoundation/standards/compare/standards-schema-org-v0.0.2-next.12...standards-schema-org-v0.0.2-next.13) (2025-09-22)
4
18
 
5
19
 
package/locales/en.json CHANGED
@@ -1,21 +1,7 @@
1
1
  {
2
- "data-type-names": {
3
- "https://schema.org/Text": "Text",
4
- "https://schema.org/URL": "Url",
5
- "https://schema.org/Integer": "Integer",
6
- "https://schema.org/Float": "Float",
7
- "https://schema.org/Boolean": "Boolean",
8
- "https://schema.org/Date": "ISO Date",
9
- "https://schema.org/DateTime": "ISO Date Time",
10
- "https://schema.org/Time": "ISO Time",
11
- "https://schema.org/image": "Image",
12
- "https://schema.org/GeoCoordinates": "Geo Coordinates",
13
- "https://schema.org/StructuredValue": "Structured Value"
14
- },
15
2
  "error": {
16
3
  "validation": {
17
4
  "geo": {
18
- "coordinatesNotObject": "The geo coordinates must be an object",
19
5
  "coordinatesLatitudeNumber": "The latitude value must be a number",
20
6
  "coordinatesLatitudeRange": "The latitude value must be between -90 and 90",
21
7
  "coordinatesLongitudeNumber": "The longitude value must be a number",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-schema-org",
3
- "version": "0.0.2-next.13",
3
+ "version": "0.0.2-next.15",
4
4
  "description": "Models which define the structure of schema.org Standard",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,5 +38,22 @@
38
38
  "dist/types",
39
39
  "locales",
40
40
  "docs"
41
- ]
41
+ ],
42
+ "keywords": [
43
+ "twin",
44
+ "trade",
45
+ "iota",
46
+ "framework",
47
+ "blockchain",
48
+ "standards",
49
+ "schema",
50
+ "specification",
51
+ "schema.org",
52
+ "linked-data",
53
+ "seo"
54
+ ],
55
+ "bugs": {
56
+ "url": "git+https://github.com/twinfoundation/standards/issues"
57
+ },
58
+ "homepage": "https://twindev.org"
42
59
  }