20 lines
568 B
XML
20 lines
568 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
~ Copyright The WildFly Authors
|
|
~ SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
targetNamespace="urn:wildfly:microprofile-openapi-smallrye:1.0"
|
|
xmlns="urn:wildfly:microprofile-openapi-smallrye:1.0"
|
|
elementFormDefault="qualified"
|
|
attributeFormDefault="unqualified"
|
|
version="1.0">
|
|
|
|
<!-- The subsystem root element -->
|
|
<xs:element name="subsystem">
|
|
<xs:complexType />
|
|
</xs:element>
|
|
</xs:schema>
|