@twin.org/standards-schema-org 0.0.1-next.21 → 0.0.1-next.22

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,5 @@
1
1
  # @twin.org/standards-schema-org - Changelog
2
2
 
3
- ## v0.0.1-next.21
3
+ ## v0.0.1-next.22
4
4
 
5
5
  - Initial Release
package/locales/en.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "data-type-names": {
3
- "http://schema.org/Text": "Text",
4
- "http://schema.org/URL": "Url",
5
- "http://schema.org/Integer": "Integer",
6
- "http://schema.org/Float": "Float",
7
- "http://schema.org/Boolean": "Boolean",
8
- "http://schema.org/Date": "ISO Date",
9
- "http://schema.org/DateTime": "ISO Date Time",
10
- "http://schema.org/Time": "ISO Time",
11
- "http://schema.org/image": "Image",
12
- "http://schema.org/GeoCoordinates": "Geo Coordinates",
13
- "http://schema.org/StructuredValue": "Structured Value"
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
14
  },
15
15
  "error": {
16
16
  "validation": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-schema-org",
3
- "version": "0.0.1-next.21",
3
+ "version": "0.0.1-next.22",
4
4
  "description": "Models which define the structure of schema.org Standard",
5
5
  "repository": {
6
6
  "type": "git",