Skip to content

Commit dfa3f26

Browse files
committed
chore: change application schema title
1 parent f67eb06 commit dfa3f26

File tree

28 files changed

+57
-57
lines changed

28 files changed

+57
-57
lines changed

dist/js/schema/job.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@
11791179
},
11801180
"application": {
11811181
"$schema": "http://json-schema.org/draft-07/schema#",
1182-
"title": "application schema (base)",
1182+
"title": "application schema",
11831183
"type": "object",
11841184
"required": [
11851185
"build",
@@ -2103,7 +2103,7 @@
21032103
},
21042104
"application": {
21052105
"$schema": "http://json-schema.org/draft-07/schema#",
2106-
"title": "application schema (base)",
2106+
"title": "application schema",
21072107
"type": "object",
21082108
"required": [
21092109
"build",
@@ -3509,7 +3509,7 @@
35093509
},
35103510
"application": {
35113511
"$schema": "http://json-schema.org/draft-07/schema#",
3512-
"title": "application schema (base)",
3512+
"title": "application schema",
35133513
"type": "object",
35143514
"required": [
35153515
"build",

dist/js/schema/properties_directory/non_scalar/workflow.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@
11741174
},
11751175
"application": {
11761176
"$schema": "http://json-schema.org/draft-07/schema#",
1177-
"title": "application schema (base)",
1177+
"title": "application schema",
11781178
"type": "object",
11791179
"required": [
11801180
"build",
@@ -2098,7 +2098,7 @@
20982098
},
20992099
"application": {
21002100
"$schema": "http://json-schema.org/draft-07/schema#",
2101-
"title": "application schema (base)",
2101+
"title": "application schema",
21022102
"type": "object",
21032103
"required": [
21042104
"build",
@@ -3504,7 +3504,7 @@
35043504
},
35053505
"application": {
35063506
"$schema": "http://json-schema.org/draft-07/schema#",
3507-
"title": "application schema (base)",
3507+
"title": "application schema",
35083508
"type": "object",
35093509
"required": [
35103510
"build",

dist/js/schema/property/holder.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3182,7 +3182,7 @@
31823182
},
31833183
"application": {
31843184
"$schema": "http://json-schema.org/draft-07/schema#",
3185-
"title": "application schema (base)",
3185+
"title": "application schema",
31863186
"type": "object",
31873187
"required": [
31883188
"build",
@@ -4106,7 +4106,7 @@
41064106
},
41074107
"application": {
41084108
"$schema": "http://json-schema.org/draft-07/schema#",
4109-
"title": "application schema (base)",
4109+
"title": "application schema",
41104110
"type": "object",
41114111
"required": [
41124112
"build",
@@ -5512,7 +5512,7 @@
55125512
},
55135513
"application": {
55145514
"$schema": "http://json-schema.org/draft-07/schema#",
5515-
"title": "application schema (base)",
5515+
"title": "application schema",
55165516
"type": "object",
55175517
"required": [
55185518
"build",

dist/js/schema/software/application.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$id": "software/application",
33
"$schema": "http://json-schema.org/draft-07/schema#",
4-
"title": "application schema (base)",
4+
"title": "application schema",
55
"type": "object",
66
"required": [
77
"build",

dist/js/schema/software_directory/modeling/unit/execution.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
},
178178
"application": {
179179
"$schema": "http://json-schema.org/draft-07/schema#",
180-
"title": "application schema (base)",
180+
"title": "application schema",
181181
"type": "object",
182182
"required": [
183183
"build",

dist/js/schema/software_directory/scripting/unit/execution.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
},
178178
"application": {
179179
"$schema": "http://json-schema.org/draft-07/schema#",
180-
"title": "application schema (base)",
180+
"title": "application schema",
181181
"type": "object",
182182
"required": [
183183
"build",

dist/js/schema/workflow.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@
11671167
},
11681168
"application": {
11691169
"$schema": "http://json-schema.org/draft-07/schema#",
1170-
"title": "application schema (base)",
1170+
"title": "application schema",
11711171
"type": "object",
11721172
"required": [
11731173
"build",
@@ -2091,7 +2091,7 @@
20912091
},
20922092
"application": {
20932093
"$schema": "http://json-schema.org/draft-07/schema#",
2094-
"title": "application schema (base)",
2094+
"title": "application schema",
20952095
"type": "object",
20962096
"required": [
20972097
"build",
@@ -3497,7 +3497,7 @@
34973497
},
34983498
"application": {
34993499
"$schema": "http://json-schema.org/draft-07/schema#",
3500-
"title": "application schema (base)",
3500+
"title": "application schema",
35013501
"type": "object",
35023502
"required": [
35033503
"build",

dist/js/schema/workflow/subworkflow.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@
11541154
},
11551155
"application": {
11561156
"$schema": "http://json-schema.org/draft-07/schema#",
1157-
"title": "application schema (base)",
1157+
"title": "application schema",
11581158
"type": "object",
11591159
"required": [
11601160
"build",
@@ -2078,7 +2078,7 @@
20782078
},
20792079
"application": {
20802080
"$schema": "http://json-schema.org/draft-07/schema#",
2081-
"title": "application schema (base)",
2081+
"title": "application schema",
20822082
"type": "object",
20832083
"required": [
20842084
"build",

dist/js/schema/workflow/subworkflow/unit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,7 @@
11401140
},
11411141
"application": {
11421142
"$schema": "http://json-schema.org/draft-07/schema#",
1143-
"title": "application schema (base)",
1143+
"title": "application schema",
11441144
"type": "object",
11451145
"required": [
11461146
"build",

dist/js/schema/workflow/unit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,7 @@
11401140
},
11411141
"application": {
11421142
"$schema": "http://json-schema.org/draft-07/schema#",
1143-
"title": "application schema (base)",
1143+
"title": "application schema",
11441144
"type": "object",
11451145
"required": [
11461146
"build",

0 commit comments

Comments
 (0)