@yottagraph-app/data-model-skill 0.0.26 → 0.0.27
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
|
@@ -47,11 +47,11 @@ properties:
|
|
|
47
47
|
# Identity and Registration
|
|
48
48
|
- name: "aircraft_id"
|
|
49
49
|
type: string
|
|
50
|
-
description: "Composite aircraft identifier combining manufacturer name and serial number (format: MANUFACTURER:SERIAL)"
|
|
50
|
+
description: "Composite aircraft identifier combining manufacturer name, model name, and serial number (format: MANUFACTURER:MODEL:SERIAL)"
|
|
51
51
|
display_name: "Aircraft ID"
|
|
52
52
|
mergeability: not_mergeable
|
|
53
53
|
domain_flavors: ["aircraft"]
|
|
54
|
-
examples: ["CESSNA:172S10245", "BOEING:28-7990244"]
|
|
54
|
+
examples: ["CESSNA:172S:172S10245", "BOEING:737-800:28-7990244"]
|
|
55
55
|
passive: true
|
|
56
56
|
|
|
57
57
|
- name: "n_number"
|