apiVersion: sources.knative.dev/v1alpha2 kind: PingSource metadata: name: test-ping-source spec: schedule: "*/2 * * * *" (1) jsonData: '{"message": "Hello world!"}' (2) sink: (3) ref: apiVersion: serving.knative.dev/v1 kind: Service name: event-display