module RnisAPI_Pixits { // JSON import from JSON all; // LibMec/Rnis import from RnisAPI_TypesAndValues all; modulepar JSON.String PX_SUBSCRIPTION_TYPE := "cell_change"; modulepar JSON.String PX_SUBSCRIPTION_ID := "7777"; modulepar Link PX_LINKS_SELF := { self_ := "http://example.com/exampleAPI/rni/v2/subscriptions" }; } // End of module RnisAPI_Pixits