ValidateSourceResult
Defined in: src/ingest/ingest.ts:73
Source validation summary for a local KayKit pack folder.
Properties
Section titled “Properties”edition
Section titled “edition”edition:
"free"|"extra"
Defined in: src/ingest/ingest.ts:77
Pack edition expected at the source root.
expectedCount
Section titled “expectedCount”expectedCount:
number
Defined in: src/ingest/ingest.ts:81
Expected model count for the requested edition.
gltfCount
Section titled “gltfCount”gltfCount:
number
Defined in: src/ingest/ingest.ts:79
Number of .gltf files found under Assets/gltf.
ok:
boolean
Defined in: src/ingest/ingest.ts:83
Whether the discovered count exactly matches the edition expectation.
sourceRoot
Section titled “sourceRoot”sourceRoot:
string
Defined in: src/ingest/ingest.ts:75
Source root that was checked.