pEpACIDLang { include pEpACIDLang.yml2 package idl_test { api typesys { deftype deftype1 as size; deftype deftype2 as string; deftype stringlist as list; enum enum1 { item item1; item item2; }; struct struct1 { field int int1; field size size1; }; }; }; }