Skip to content

Commit f3863cc

Browse files
committed
Remove #manifest# from policy schema ID
1 parent f904e0e commit f3863cc

File tree

52 files changed

+52
-52
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+52
-52
lines changed

doc/policy_tutorial/POLICY_IMPLEMENTATION.md

Lines changed: 1 addition & 1 deletion

doc/policy_tutorial/POLICY_SCAFFOLD.md

Lines changed: 1 addition & 1 deletion

doc/policy_tutorial/apicast/gateway/src/apicast/policy/hello_world/apicast-policy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://apicast.io/policy-v1/schema#manifest#",
2+
"$schema": "http://apicast.io/policy-v1/schema",
33
"name": "hello_world",
44
"summary": "Parameter converter and secret checker",
55
"description": [

examples/policies/ngx-example/1.0.0/apicast-policy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://apicast.io/policy-v1/schema#manifest#",
2+
"$schema": "http://apicast.io/policy-v1/schema",
33
"name": "Ngx example policy",
44
"summary": "Sets request headers",
55
"description":

examples/scaffold/policy/gateway/src/apicast/policy/{{policy.file}}/apicast-policy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://apicast.io/policy-v1/schema#manifest#",
2+
"$schema": "http://apicast.io/policy-v1/schema",
33
"name": "{{ policy.name }}",
44
"summary": "{{ policy.summary }}",
55
"description": [

gateway/src/apicast/policy/3scale_batcher/apicast-policy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
2+
"$schema": "http://apicast.io/policy-v1.1/schema",
33
"name": "3scale Batcher",
44
"summary": "Caches auths from 3scale backend and batches reports.",
55
"description":

gateway/src/apicast/policy/3scale_referrer/apicast-policy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
2+
"$schema": "http://apicast.io/policy-v1.1/schema",
33
"name": "3scale Referrer",
44
"summary": "Sends the 'Referer' to 3scale backend so it can be validated.",
55
"description": "Sends the 'Referer' to 3scale backend for validation.",

gateway/src/apicast/policy/apicast/apicast-policy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
2+
"$schema": "http://apicast.io/policy-v1.1/schema",
33
"name": "3scale APIcast",
44
"summary": "Main functionality of APIcast to work with the 3scale API manager.",
55
"description":

gateway/src/apicast/policy/caching/apicast-policy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
2+
"$schema": "http://apicast.io/policy-v1.1/schema",
33
"name": "3scale Auth Caching",
44
"summary": "Controls how to cache authorizations returned by the 3scale backend.",
55
"description":

gateway/src/apicast/policy/camel/apicast-policy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://apicast.io/policy-v1/schema#manifest#",
2+
"$schema": "http://apicast.io/policy-v1/schema",
33
"name": "Camel Service",
44
"summary": "Adds an Camel proxy to the service.",
55
"description": [

0 commit comments

Comments
 (0)