Skip to content

Commit

Permalink
chore: update jsonschemas from protos (#121)
Browse files Browse the repository at this point in the history
Generates JSON schemas from updated proto descriptions.

See proto PR: #120
  • Loading branch information
grant authored Dec 1, 2020
1 parent cf6ef1c commit e592ccc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions jsonschema/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://googleapis.github.io/google-cloudevents/jsonschema/google/events/cloud/audit/v1/LogEntryData.json",
"product": "Cloud Audit Logs",
"name": "LogEntryData",
"description": "Generic log entry, used as a wrapper for Cloud Audit Logs in events.\n This is copied from\n https://github.com/googleapis/googleapis/blob/master/google/logging/v2/log_entry.proto\n and adapted appropriately.",
"description": "The data within all Cloud Audit Logs log entry events.",
"datatype": "google.events.cloud.audit.v1.LogEntryData",
"cloudeventTypes": [
"google.cloud.audit.log.v1.written"
Expand All @@ -16,7 +16,7 @@
"url": "https://googleapis.github.io/google-cloudevents/jsonschema/google/events/cloud/cloudbuild/v1/BuildEventData.json",
"product": "Cloud Build",
"name": "BuildEventData",
"description": "Build event data\n Common build format for Google Cloud Platform API operations.\n Copied from\n https://github.com/googleapis/googleapis/blob/master/google/devtools/cloudbuild/v1/cloudbuild.proto.",
"description": "Build event data for Google Cloud Platform API operations.",
"datatype": "google.events.cloud.cloudbuild.v1.BuildEventData",
"cloudeventTypes": [
"google.cloud.cloudbuild.build.v1.statusChanged"
Expand All @@ -39,7 +39,7 @@
"url": "https://googleapis.github.io/google-cloudevents/jsonschema/google/events/cloud/pubsub/v1/MessagePublishedData.json",
"product": "Cloud Pub/Sub",
"name": "MessagePublishedData",
"description": "The data received in an event when a message is published to a topic.",
"description": "The event data when a message is published to a topic.",
"datatype": "google.events.cloud.pubsub.v1.MessagePublishedData",
"cloudeventTypes": [
"google.cloud.pubsub.topic.v1.messagePublished"
Expand Down Expand Up @@ -82,7 +82,7 @@
"url": "https://googleapis.github.io/google-cloudevents/jsonschema/google/events/firebase/auth/v1/AuthEventData.json",
"product": "Firebase Authentication",
"name": "AuthEventData",
"description": "The data within all Firebase Auth events",
"description": "The data within all Firebase Auth events.",
"datatype": "google.events.firebase.auth.v1.AuthEventData",
"cloudeventTypes": [
"google.firebase.auth.user.v1.created",
Expand Down
2 changes: 1 addition & 1 deletion jsonschema/google/events/cloud/audit/v1/LogEntryData.json
Original file line number Diff line number Diff line change
Expand Up @@ -619,5 +619,5 @@
},
"additionalProperties": true,
"type": "object",
"description": "Generic log entry, used as a wrapper for Cloud Audit Logs in events.\n This is copied from\n https://github.com/googleapis/googleapis/blob/master/google/logging/v2/log_entry.proto\n and adapted appropriately."
"description": "The data within all Cloud Audit Logs log entry events."
}
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@
},
"additionalProperties": true,
"type": "object",
"description": "Build event data\n Common build format for Google Cloud Platform API operations.\n Copied from\n https://github.com/googleapis/googleapis/blob/master/google/devtools/cloudbuild/v1/cloudbuild.proto.",
"description": "Build event data for Google Cloud Platform API operations.",
"definitions": {
"RepoSource": {
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
},
"additionalProperties": true,
"type": "object",
"description": "The data received in an event when a message is published to a topic."
"description": "The event data when a message is published to a topic."
}
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@
},
"additionalProperties": true,
"type": "object",
"description": "The data within all Firebase Auth events"
"description": "The data within all Firebase Auth events."
}

0 comments on commit e592ccc

Please sign in to comment.