Skip to content

Commit 9def657

Browse files
committed
Rename url-unfriendly defs
1 parent a2ee991 commit 9def657

12 files changed

+20
-18
lines changed

schemas/All.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"$id": "https://www.flippercloud.io/expressions/All.schema.json",
44
"title": "All",
5-
"$ref": "schema.json#/$defs/arguments(n)"
5+
"$ref": "schema.json#/$defs/arguments-n"
66
}

schemas/Any.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"$id": "https://www.flippercloud.io/expressions/Any.schema.json",
44
"title": "Any",
5-
"$ref": "schema.json#/$defs/arguments(n)"
5+
"$ref": "schema.json#/$defs/arguments-n"
66
}

schemas/Equal.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"$id": "https://www.flippercloud.io/expressions/Equal.schema.json",
44
"title": "Equal",
55
"description": "Compare two values for equality",
6-
"$ref": "schema.json#/$defs/arguments(<=>)"
6+
"$ref": "schema.json#/$defs/arguments-two"
77
}

schemas/GreaterThan.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"$id": "https://www.flippercloud.io/expressions/GreaterThan.schema.json",
44
"title": "GreaterThan",
55
"description": "Compare if the first argument is > the second argument.",
6-
"$ref": "schema.json#/$defs/arguments(<=>)"
6+
"$ref": "schema.json#/$defs/arguments-two"
77
}

schemas/GreaterThanOrEqualTo.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"$id": "https://www.flippercloud.io/expressions/GreaterThanOrEqualTo.schema.json",
44
"title": "GreaterThanOrEqualTo",
55
"description": "Compare if the first argument is >= the second argument.",
6-
"$ref": "schema.json#/$defs/arguments(<=>)"
6+
"$ref": "schema.json#/$defs/arguments-two"
77
}

schemas/LessThan.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"$id": "https://www.flippercloud.io/expressions/LessThan.schema.json",
44
"title": "LessThan",
55
"description": "Compare if the first argument is < the second argument.",
6-
"$ref": "schema.json#/$defs/arguments(<=>)"
6+
"$ref": "schema.json#/$defs/arguments-two"
77
}

schemas/LessThanOrEqualTo.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"$id": "https://www.flippercloud.io/expressions/LessThanOrEqualTo.schema.json",
44
"title": "LessThanOrEqualTo",
55
"description": "Compare if the first argument is < the second argument.",
6-
"$ref": "schema.json#/$defs/arguments(<=>)"
6+
"$ref": "schema.json#/$defs/arguments-two"
77
}

schemas/Max.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"$id": "https://www.flippercloud.io/expressions/Max.schema.json",
44
"title": "Max",
5-
"$ref": "schema.json#/$defs/arguments(n)"
5+
"$ref": "schema.json#/$defs/arguments-n"
66
}

schemas/Min.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"$id": "https://www.flippercloud.io/expressions/Min.schema.json",
44
"title": "Min",
5-
"$ref": "schema.json#/$defs/arguments(n)"
5+
"$ref": "schema.json#/$defs/arguments-n"
66
}

schemas/NotEqual.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"$id": "https://www.flippercloud.io/expressions/NotEqual.schema.json",
44
"title": "NotEqual",
55
"description": "Compare two values for equality",
6-
"$ref": "schema.json#/$defs/arguments(<=>)"
6+
"$ref": "schema.json#/$defs/arguments-two"
77
}

0 commit comments

Comments
 (0)