Skip to content

Commit 48037a3

Browse files
committed
first round of description editing for maxLength and pattern
1 parent d76275f commit 48037a3

File tree

1 file changed

+63
-23
lines changed

1 file changed

+63
-23
lines changed

static/apispec.yaml

Lines changed: 63 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -11161,7 +11161,9 @@ paths:
1116111161
properties:
1116211162
properties:
1116311163
type: object
11164-
description: The properties of the blueprint.
11164+
description: |
11165+
The properties of the blueprint.
11166+
Each property name identifier can be `<= 100 characters` long, values must match the following pattern: `^[A-Za-z0-9@_=\\-]+$`.
1116511167
propertyNames:
1116611168
pattern: ^[A-Za-z0-9@_=\\-]+$
1116711169
maxLength: 100
@@ -11251,9 +11253,11 @@ paths:
1125111253
- properties
1125211254
calculationProperties:
1125311255
type: object
11254-
description: The [calculation
11256+
description: |
11257+
The [calculation
1125511258
properties](${DOCS_URL}/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/calculation-property/)
1125611259
of the blueprint.
11260+
Each property name identifier can be `<= 100 characters` long, values must match the following pattern: `^[A-Za-z0-9@_=\\-]+$`.
1125711261
default: {}
1125811262
propertyNames:
1125911263
pattern: ^[A-Za-z0-9@_=\\-]+$
@@ -11382,9 +11386,11 @@ paths:
1138211386
- type
1138311387
mirrorProperties:
1138411388
type: object
11385-
description: The [mirror
11389+
description: |
11390+
The [mirror
1138611391
properties](${DOCS_URL}/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/mirror-property/)
1138711392
of the blueprint.
11393+
Each property name identifier can be `<= 100 characters` long, values must match the following pattern: `^[A-Za-z0-9@_=\\-]+$`.
1138811394
propertyNames:
1138911395
pattern: ^[A-Za-z0-9@_=\\-]+$
1139011396
maxLength: 100
@@ -11405,9 +11411,11 @@ paths:
1140511411
- path
1140611412
aggregationProperties:
1140711413
type: object
11408-
description: The [aggregation
11414+
description: |
11415+
The [aggregation
1140911416
properties](${DOCS_URL}/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/aggregation-property/)
1141011417
of the blueprint.
11418+
Each property name identifier can be `<= 100 characters` long, values must match the following pattern: `^[A-Za-z0-9@_=\\-]+$`.
1141111419
default: {}
1141211420
propertyNames:
1141311421
pattern: ^[A-Za-z0-9@_=\\-]+$
@@ -11567,9 +11575,11 @@ paths:
1156711575
- calculationSpec
1156811576
relations:
1156911577
type: object
11570-
description: The
11578+
description: |
11579+
The
1157111580
[relations](${DOCS_URL}/build-your-software-catalog/customize-integrations/configure-data-model/relate-blueprints/)
1157211581
of the blueprint.
11582+
Each relation identifier can be `<= 100 characters` long, values must match the following pattern: `^[A-Za-z0-9@_=\\-]+$`.
1157311583
propertyNames:
1157411584
pattern: ^[A-Za-z0-9@_=\\-]+$
1157511585
maxLength: 100
@@ -11776,7 +11786,9 @@ paths:
1177611786
properties:
1177711787
properties:
1177811788
type: object
11779-
description: The properties of the blueprint.
11789+
description: |
11790+
The properties of the blueprint.
11791+
Each property name identifier can be `<= 100 characters` long, values must match the following pattern: `^[A-Za-z0-9@_=\\-]+$`.
1178011792
propertyNames:
1178111793
pattern: ^[A-Za-z0-9@_=\\-]+$
1178211794
maxLength: 100
@@ -11865,9 +11877,11 @@ paths:
1186511877
- properties
1186611878
calculationProperties:
1186711879
type: object
11868-
description: The [calculation
11880+
description: |
11881+
The [calculation
1186911882
properties](${DOCS_URL}/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/calculation-property/)
1187011883
of the blueprint.
11884+
Each property name identifier can be `<= 100 characters` long, values must match the following pattern: `^[A-Za-z0-9@_=\\-]+$`.
1187111885
default: {}
1187211886
propertyNames:
1187311887
pattern: ^[A-Za-z0-9@_=\\-]+$
@@ -11996,9 +12010,11 @@ paths:
1199612010
- type
1199712011
mirrorProperties:
1199812012
type: object
11999-
description: The [mirror
12013+
description: |
12014+
The [mirror
1200012015
properties](${DOCS_URL}/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/mirror-property/)
1200112016
of the blueprint.
12017+
Each property name identifier can be `<= 100 characters` long, values must match the following pattern: `^[A-Za-z0-9@_=\\-]+$`.
1200212018
propertyNames:
1200312019
pattern: ^[A-Za-z0-9@_=\\-]+$
1200412020
maxLength: 100
@@ -12179,9 +12195,10 @@ paths:
1217912195
- calculationSpec
1218012196
relations:
1218112197
type: object
12182-
description: The
12183-
[relations](${DOCS_URL}/build-your-software-catalog/customize-integrations/configure-data-model/relate-blueprints/)
12198+
description: |
12199+
The [relations](${DOCS_URL}/build-your-software-catalog/customize-integrations/configure-data-model/relate-blueprints/)
1218412200
of the blueprint.
12201+
Each relation identifier can be `<= 100 characters` long, values must match the following pattern: `^[A-Za-z0-9@_=\\-]+$`.
1218512202
propertyNames:
1218612203
pattern: ^[A-Za-z0-9@_=\\-]+$
1218712204
maxLength: 100
@@ -12352,7 +12369,9 @@ paths:
1235212369
properties:
1235312370
properties:
1235412371
type: object
12355-
description: The properties of the blueprint.
12372+
description: |
12373+
The properties of the blueprint.
12374+
Each property name identifier can be `<= 100 characters` long, values must match the following pattern: `^[A-Za-z0-9@_=\\-]+$`.
1235612375
propertyNames:
1235712376
pattern: ^[A-Za-z0-9@_=\\-]+$
1235812377
maxLength: 100
@@ -13022,7 +13041,9 @@ paths:
1302213041
properties:
1302313042
properties:
1302413043
type: object
13025-
description: The properties of the blueprint.
13044+
description: |
13045+
The properties of the blueprint.
13046+
Each property name identifier can be `<= 100 characters` long, values must match the following pattern: `^[A-Za-z0-9@_=\\-]+$`.
1302613047
propertyNames:
1302713048
pattern: ^[A-Za-z0-9@_=\\-]+$
1302813049
maxLength: 100
@@ -13636,7 +13657,9 @@ paths:
1363613657
properties:
1363713658
properties:
1363813659
type: object
13639-
description: The properties of the blueprint.
13660+
description: |
13661+
The properties of the blueprint.
13662+
Each property name identifier can be `<= 100 characters` long, values must match the following pattern: `^[A-Za-z0-9@_=\\-]+$`.
1364013663
propertyNames:
1364113664
pattern: ^[A-Za-z0-9@_=\\-]+$
1364213665
maxLength: 100
@@ -13725,9 +13748,11 @@ paths:
1372513748
- properties
1372613749
calculationProperties:
1372713750
type: object
13728-
description: The [calculation
13751+
description: |
13752+
The [calculation
1372913753
properties](${DOCS_URL}/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/calculation-property/)
1373013754
of the blueprint.
13755+
Each property name identifier can be `<= 100 characters` long, values must match the following pattern: `^[A-Za-z0-9@_=\\-]+$`.
1373113756
default: {}
1373213757
propertyNames:
1373313758
pattern: ^[A-Za-z0-9@_=\\-]+$
@@ -13856,9 +13881,11 @@ paths:
1385613881
- type
1385713882
mirrorProperties:
1385813883
type: object
13859-
description: The [mirror
13884+
description: |
13885+
The [mirror
1386013886
properties](${DOCS_URL}/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/mirror-property/)
1386113887
of the blueprint.
13888+
Each property name identifier can be `<= 100 characters` long, values must match the following pattern: `^[A-Za-z0-9@_=\\-]+$`.
1386213889
propertyNames:
1386313890
pattern: ^[A-Za-z0-9@_=\\-]+$
1386413891
maxLength: 100
@@ -14209,7 +14236,9 @@ paths:
1420914236
properties:
1421014237
properties:
1421114238
type: object
14212-
description: The properties of the blueprint.
14239+
description: |
14240+
The properties of the blueprint.
14241+
Each property name identifier can be `<= 100 characters` long, values must match the following pattern: `^[A-Za-z0-9@_=\\-]+$`.
1421314242
propertyNames:
1421414243
pattern: ^[A-Za-z0-9@_=\\-]+$
1421514244
maxLength: 100
@@ -14942,9 +14971,10 @@ paths:
1494214971
- properties
1494314972
calculationProperties:
1494414973
type: object
14945-
description: The [calculation
14946-
properties](${DOCS_URL}/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/calculation-property/)
14974+
description: |
14975+
The [calculation properties](${DOCS_URL}/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/calculation-property/)
1494714976
of the blueprint.
14977+
Each property name identifier can be `<= 100 characters` long, values must match the following pattern: `^[A-Za-z0-9@_=\\-]+$`.
1494814978
default: {}
1494914979
propertyNames:
1495014980
pattern: ^[A-Za-z0-9@_=\\-]+$
@@ -15073,9 +15103,11 @@ paths:
1507315103
- type
1507415104
mirrorProperties:
1507515105
type: object
15076-
description: The [mirror
15106+
description: |
15107+
The [mirror
1507715108
properties](${DOCS_URL}/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/mirror-property/)
1507815109
of the blueprint.
15110+
Each property name identifier can be `<= 100 characters` long, values must match the following pattern: `^[A-Za-z0-9@_=\\-]+$`.
1507915111
propertyNames:
1508015112
pattern: ^[A-Za-z0-9@_=\\-]+$
1508115113
maxLength: 100
@@ -15422,7 +15454,9 @@ paths:
1542215454
properties:
1542315455
properties:
1542415456
type: object
15425-
description: The properties of the blueprint.
15457+
description: |
15458+
The properties of the blueprint.
15459+
Each property name identifier can be `<= 100 characters` long, values must match the following pattern: `^[A-Za-z0-9@_=\\-]+$`.
1542615460
propertyNames:
1542715461
pattern: ^[A-Za-z0-9@_=\\-]+$
1542815462
maxLength: 100
@@ -16221,7 +16255,9 @@ paths:
1622116255
properties:
1622216256
properties:
1622316257
type: object
16224-
description: The properties of the blueprint.
16258+
description: |
16259+
The properties of the blueprint.
16260+
Each property name identifier can be `<= 100 characters` long, values must match the following pattern: `^[A-Za-z0-9@_=\\-]+$`.
1622516261
propertyNames:
1622616262
pattern: ^[A-Za-z0-9@_=\\-]+$
1622716263
maxLength: 100
@@ -16909,7 +16945,9 @@ paths:
1690916945
properties:
1691016946
properties:
1691116947
type: object
16912-
description: The properties of the blueprint.
16948+
description: |
16949+
The properties of the blueprint.
16950+
Each property name identifier can be `<= 100 characters` long, values must match the following pattern: `^[A-Za-z0-9@_=\\-]+$`.
1691316951
propertyNames:
1691416952
pattern: ^[A-Za-z0-9@_=\\-]+$
1691516953
maxLength: 100
@@ -17599,7 +17637,9 @@ paths:
1759917637
properties:
1760017638
properties:
1760117639
type: object
17602-
description: The properties of the blueprint.
17640+
description: |
17641+
The properties of the blueprint.
17642+
Each property name identifier can be `<= 100 characters` long, values must match the following pattern: `^[A-Za-z0-9@_=\\-]+$`.
1760317643
propertyNames:
1760417644
pattern: ^[A-Za-z0-9@_=\\-]+$
1760517645
maxLength: 100

0 commit comments

Comments
 (0)