urbanopt-scenario 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,12 +0,0 @@
1
- <template>
2
- <JsonSchema :schema="schema"/>
3
- </template>
4
- <script>
5
- import { default as schema } from "../../../lib/urbanopt/scenario/default_reports/schema/scenario_schema.json";
6
- export default {
7
- name: "ScenarioSchema",
8
- data() {
9
- return { schema };
10
- }
11
- };
12
- </script>
@@ -1,3 +0,0 @@
1
- # Scenario Schema
2
-
3
- <ScenarioSchema />