-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjetbrains-jsonschemamapping.example.xml
More file actions
33 lines (33 loc) · 1.31 KB
/
jetbrains-jsonschemamapping.example.xml
File metadata and controls
33 lines (33 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!-- IntelliJ / PyCharm: Settings → Languages & Frameworks → Schemas and DTDs → JSON Schema Mappings.
Click + and paste-equivalent of the entry below; or drop this file into
``.idea/jsonSchemas.xml`` for the workspace. The schema file path is
produced by ``WR_export_action_schema("./webrunner-action-schema.json")``. -->
<application>
<component name="JsonSchemaMappingsProjectConfiguration">
<state>
<map>
<entry key="webrunner-action">
<value>
<SchemaInfo>
<option name="name" value="WebRunner action" />
<option name="relativePathToSchema" value="webrunner-action-schema.json" />
<option name="applicationDefined" value="true" />
<option name="patterns">
<list>
<Item>
<option name="path" value="**/actions/**/*.json" />
<option name="mappingKind" value="Pattern" />
</Item>
<Item>
<option name="path" value="**/action_*.json" />
<option name="mappingKind" value="Pattern" />
</Item>
</list>
</option>
</SchemaInfo>
</value>
</entry>
</map>
</state>
</component>
</application>