|
47 | 47 | <xsd:element name="webhook" type="webhook" minOccurs="0" maxOccurs="1" /> |
48 | 48 | <xsd:element name="remote-event" type="remote-event" minOccurs="0" maxOccurs="1" /> |
49 | 49 | <xsd:element name="json-streamer" type="json-streamer" minOccurs="0" maxOccurs="1" /> |
| 50 | + <xsd:element name="secrets" type="secrets" minOccurs="0" maxOccurs="1" /> |
50 | 51 | </xsd:choice> |
51 | 52 |
|
52 | 53 | <xsd:attribute name="http-method-override" type="xsd:boolean" /> |
|
62 | 63 | <xsd:attribute name="trusted-hosts" type="xsd:string" /> |
63 | 64 | <xsd:attribute name="trusted-proxies" type="xsd:string" /> |
64 | 65 | <xsd:attribute name="trusted-headers" type="xsd:string" /> |
| 66 | + <xsd:attribute name="disallow-search-engine-index" type="xsd:boolean" /> |
65 | 67 | </xsd:complexType> |
66 | 68 |
|
67 | 69 | <xsd:complexType name="form"> |
|
713 | 715 | <xsd:choice maxOccurs="unbounded"> |
714 | 716 | <xsd:element name="resolve" type="http_resolve" minOccurs="0" maxOccurs="unbounded" /> |
715 | 717 | <xsd:element name="header" type="http_header" minOccurs="0" maxOccurs="unbounded" /> |
| 718 | + <xsd:element name="var" type="http_var" minOccurs="0" maxOccurs="unbounded" /> |
716 | 719 | <xsd:element name="peer-fingerprint" type="fingerprint" minOccurs="0" maxOccurs="unbounded" /> |
717 | 720 | <xsd:element name="retry-failed" type="http_client_retry_failed" minOccurs="0" maxOccurs="1" /> |
718 | 721 | <xsd:element name="extra" type="xsd:anyType" minOccurs="0" maxOccurs="unbounded" /> |
|
807 | 810 | <xsd:attribute name="name" type="xsd:string" /> |
808 | 811 | </xsd:complexType> |
809 | 812 |
|
| 813 | + <xsd:complexType name="http_var" mixed="true"> |
| 814 | + <xsd:attribute name="name" type="xsd:string" /> |
| 815 | + </xsd:complexType> |
| 816 | + |
810 | 817 | <xsd:complexType name="mailer"> |
811 | 818 | <xsd:sequence> |
812 | 819 | <xsd:element name="transport" type="mailer_transport" minOccurs="0" maxOccurs="unbounded" /> |
|
864 | 871 | <xsd:complexType name="http_cache"> |
865 | 872 | <xsd:sequence> |
866 | 873 | <xsd:element name="private-header" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> |
| 874 | + <xsd:element name="skip-response-header" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> |
867 | 875 | </xsd:sequence> |
868 | 876 |
|
869 | 877 | <xsd:attribute name="enabled" type="xsd:boolean" /> |
|
1066 | 1074 | <xsd:attribute name="enabled" type="xsd:boolean" /> |
1067 | 1075 | </xsd:complexType> |
1068 | 1076 |
|
| 1077 | + <xsd:complexType name="secrets"> |
| 1078 | + <xsd:attribute name="enabled" type="xsd:boolean" /> |
| 1079 | + <xsd:attribute name="vault-directory" type="xsd:string" /> |
| 1080 | + <xsd:attribute name="local-dotenv-file" type="xsd:string" /> |
| 1081 | + <xsd:attribute name="decryption-env-var" type="xsd:string" /> |
| 1082 | + </xsd:complexType> |
| 1083 | + |
1069 | 1084 | </xsd:schema> |
0 commit comments