1<?xml version="1.0" encoding="utf-8" standalone="yes"?> 2<appfunctions> 3 <AppFunctionStaticMetadata> 4 <id>com.example.utils#print1</id> 5 <functionId>com.example.utils#print1</functionId> 6 <schemaName>print</schemaName> 7 <schemaVersion>1</schemaVersion> 8 <schemaCategory>utils</schemaCategory> 9 <enabledByDefault>true</enabledByDefault> 10 <restrictCallersWithExecuteAppFunctions>false 11 </restrictCallersWithExecuteAppFunctions> 12 <displayNameStringRes>12</displayNameStringRes> 13 <schemaMetadata> 14 <id>com.example.utils#print/schemaMetadata</id> 15 <schemaName>print</schemaName> 16 <schemaVersion>1</schemaVersion> 17 <schemaCategory>utils</schemaCategory> 18 </schemaMetadata> 19 <parameters> 20 <id>com.example.utils#print/parameter0/message</id> 21 <name>message</name> 22 <required>true</required> 23 <schema> 24 <id>com.example.utils#print/parameter0/message/schema</id> 25 <dataType>8</dataType> 26 <documentSchemaType>string</documentSchemaType> 27 <selfReference> 28 <id>com.example.utils#print/parameter0/message/schema/selfReference</id> 29 <dataType>8</dataType> 30 <documentSchemaType>string</documentSchemaType> 31 </selfReference> 32 </schema> 33 </parameters> 34 <parameters> 35 <id>com.example.utils#print/parameter1/message1</id> 36 <name>message1</name> 37 <required>true</required> 38 <schema> 39 <id>com.example.utils#print/parameter1/message1/schema</id> 40 <dataType>8</dataType> 41 <documentSchemaType>string</documentSchemaType> 42 </schema> 43 </parameters> 44 <response> 45 <id>com.example.utils#print/response</id> 46 <isNullable>false</isNullable> 47 <schema> 48 <id>com.example.utils#print/response/schema</id> 49 <dataType>3</dataType> 50 <properties> 51 <id>com.example.utils#print/response/schema/properties0</id> 52 <name>result</name> 53 <required>true</required> 54 <schema> 55 <id>com.example.utils#print/response/schema/properties0/schema</id> 56 <dataType>8</dataType> 57 </schema> 58 </properties> 59 </schema> 60 </response> 61 <components> 62 <id>com.example.utils#print/components0</id> 63 <schemas> 64 <id>com.example.utils#print/components0/schema</id> 65 <dataType>3</dataType> 66 <documentSchemaType>object</documentSchemaType> 67 <properties> 68 <id>com.example.utils#print/components0/schema/properties0</id> 69 <name>email</name> 70 <required>true</required> 71 <schema> 72 <id>com.example.utils#print/components0/schema/properties0/schema 73 </id> 74 <dataType>8</dataType> 75 </schema> 76 </properties> 77 </schemas> 78 </components> 79 </AppFunctionStaticMetadata> 80</appfunctions> 81