@yottagraph-app/data-model-skill 0.0.29 → 0.0.30
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/package.json
CHANGED
|
@@ -21,14 +21,12 @@ flavors:
|
|
|
21
21
|
description: "A particular business, institution, or organization such as a corporation, university, government agency, or non-profit"
|
|
22
22
|
display_name: "Organization"
|
|
23
23
|
mergeability: not_mergeable
|
|
24
|
-
strong_id_properties: ["usdot_number"]
|
|
25
24
|
passive: true
|
|
26
25
|
|
|
27
26
|
- name: "person"
|
|
28
27
|
description: "A real person as opposed to a fictional character, such as a CEO, politician, or public figure"
|
|
29
28
|
display_name: "Person"
|
|
30
29
|
mergeability: not_mergeable
|
|
31
|
-
strong_id_properties: ["usdot_number"]
|
|
32
30
|
passive: true
|
|
33
31
|
|
|
34
32
|
- name: "location"
|
|
@@ -21,14 +21,12 @@ flavors:
|
|
|
21
21
|
description: "A particular business, institution, or organization such as a corporation, university, government agency, or non-profit"
|
|
22
22
|
display_name: "Organization"
|
|
23
23
|
mergeability: not_mergeable
|
|
24
|
-
strong_id_properties: ["usdot_number"]
|
|
25
24
|
passive: true
|
|
26
25
|
|
|
27
26
|
- name: "person"
|
|
28
27
|
description: "A real person as opposed to a fictional character, such as a CEO, politician, or public figure"
|
|
29
28
|
display_name: "Person"
|
|
30
29
|
mergeability: not_mergeable
|
|
31
|
-
strong_id_properties: ["usdot_number"]
|
|
32
30
|
passive: true
|
|
33
31
|
|
|
34
32
|
- name: "location"
|
package/skill/lda/schema.yaml
CHANGED
|
@@ -26,7 +26,6 @@ flavors:
|
|
|
26
26
|
description: "A particular business, institution, or organization such as a corporation, university, government agency, or non-profit"
|
|
27
27
|
display_name: "Organization"
|
|
28
28
|
mergeability: not_mergeable
|
|
29
|
-
strong_id_properties: ["lda_registrant_id", "lda_client_internal_id"]
|
|
30
29
|
passive: true
|
|
31
30
|
|
|
32
31
|
- name: "location"
|