• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8" standalone="yes"?><!--
2  ~ Copyright (C) 2025 The Android Open Source Project
3  ~
4  ~ Licensed under the Apache License, Version 2.0 (the "License");
5  ~ you may not use this file except in compliance with the License.
6  ~ You may obtain a copy of the License at
7  ~
8  ~      http://www.apache.org/licenses/LICENSE-2.0
9  ~
10  ~ Unless required by applicable law or agreed to in writing, software
11  ~ distributed under the License is distributed on an "AS IS" BASIS,
12  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  ~ See the License for the specific language governing permissions and
14  ~ limitations under the License.
15  -->
16<appfunctions>
17    <AppFunctionStaticMetadata>
18        <id>com.example.utils#print1</id>
19        <functionId>com.example.utils#print1</functionId>
20        <schemaName>print</schemaName>
21        <schemaVersion>1</schemaVersion>
22        <schemaCategory>utils</schemaCategory>
23        <enabledByDefault>true</enabledByDefault>
24        <restrictCallersWithExecuteAppFunctions>false
25        </restrictCallersWithExecuteAppFunctions>
26        <displayNameStringRes>12</displayNameStringRes>
27        <schemaMetadata>
28            <id>com.example.utils#print/schemaMetadata</id>
29            <schemaName>print</schemaName>
30            <schemaVersion>1</schemaVersion>
31            <schemaCategory>utils</schemaCategory>
32        </schemaMetadata>
33        <parameters>
34            <id>com.example.utils#print/parameter0/message</id>
35            <name>message</name>
36            <required>true</required>
37            <schema>
38                <id>com.example.utils#print/parameter0/message/schema</id>
39                <dataType>8</dataType>
40                <documentSchemaType>string</documentSchemaType>
41                <selfReference>
42                    <id>com.example.utils#print/parameter0/message/schema/selfReference</id>
43                    <dataType>8</dataType>
44                    <documentSchemaType>string</documentSchemaType>
45                </selfReference>
46            </schema>
47        </parameters>
48        <parameters>
49            <id>com.example.utils#print/parameter1/message1</id>
50            <name>message1</name>
51            <required>true</required>
52            <schema>
53                <id>com.example.utils#print/parameter1/message1/schema</id>
54                <dataType>8</dataType>
55                <documentSchemaType>string</documentSchemaType>
56            </schema>
57        </parameters>
58        <response>
59            <id>com.example.utils#print/response</id>
60            <isNullable>false</isNullable>
61            <schema>
62                <id>com.example.utils#print/response/schema</id>
63                <dataType>3</dataType>
64                <properties>
65                    <id>com.example.utils#print/response/schema/properties0</id>
66                    <name>result</name>
67                    <required>true</required>
68                    <schema>
69                        <id>com.example.utils#print/response/schema/properties0/schema</id>
70                        <dataType>8</dataType>
71                    </schema>
72                </properties>
73            </schema>
74        </response>
75        <components>
76            <id>com.example.utils#print/components0</id>
77            <schemas>
78                <id>com.example.utils#print/components0/schema</id>
79                <dataType>3</dataType>
80                <documentSchemaType>object</documentSchemaType>
81                <properties>
82                    <id>com.example.utils#print/components0/schema/properties0</id>
83                    <name>email</name>
84                    <required>true</required>
85                    <schema>
86                        <id>com.example.utils#print/components0/schema/properties0/schema
87                        </id>
88                        <dataType>8</dataType>
89                    </schema>
90                </properties>
91            </schemas>
92        </components>
93    </AppFunctionStaticMetadata>
94</appfunctions>
95