xml-pipeline/agentserver/schema/payloads/grok-response.xsd
2025-12-28 21:14:08 -08:00

15 lines
No EOL
507 B
XML

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://xml-pipeline.org/message"
xmlns="http://xml-pipeline.org/message"
elementFormDefault="qualified">
<xs:element name="grok-response">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="convo_id" type="xs:string" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:schema>