Sha256: 203d76376f0254caccdc55312d1cee14326e38d925a3962c07bb341e449e3544

Contents?: true

Size: 1.26 KB

Versions: 14

Compression:

Stored size: 1.26 KB

Contents

json.data schema: {object: OpenStruct.new, object_title: I18n.t("webhooks/outgoing/events.fields.data.heading"), object_description: I18n.t("webhooks/outgoing/events.fields.data.heading")} do
  json.id schema: {type: :integer, description: I18n.t("webhooks/outgoing/events.fields.data.id.heading")}
  json.name schema: {type: :string, description: I18n.t("webhooks/outgoing/events.fields.data.name.heading")}
  json.description schema: {type: :string, description: I18n.t("webhooks/outgoing/events.fields.data.description.heading")}
  json.created_at schema: {type: :string, format: "date-time", description: I18n.t("webhooks/outgoing/events.fields.data.created_at.heading")}
  json.updated_at schema: {type: :string, format: "date-time", description: I18n.t("webhooks/outgoing/events.fields.data.updated_at.heading")}
end

json.event_id schema: {type: :string, description: I18n.t("webhooks/outgoing/events.fields.event_id.heading")}
json.event_type schema: {type: :integer, description: I18n.t("webhooks/outgoing/events.fields.event_type.heading")}
json.subject_id schema: {type: :integer, description: I18n.t("webhooks/outgoing/events.fields.subject_id.heading")}
json.subject_type schema: {type: :string, description: I18n.t("webhooks/outgoing/events.fields.subject_type.heading")}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
bullet_train-outgoing_webhooks-1.2.23 app/views/api/v1/webhooks/outgoing/events/_event.json.jbuilder
bullet_train-outgoing_webhooks-1.2.22 app/views/api/v1/webhooks/outgoing/events/_event.json.jbuilder
bullet_train-outgoing_webhooks-1.2.21 app/views/api/v1/webhooks/outgoing/events/_event.json.jbuilder
bullet_train-outgoing_webhooks-1.2.20 app/views/api/v1/webhooks/outgoing/events/_event.json.jbuilder
bullet_train-outgoing_webhooks-1.2.19 app/views/api/v1/webhooks/outgoing/events/_event.json.jbuilder
bullet_train-outgoing_webhooks-1.2.18 app/views/api/v1/webhooks/outgoing/events/_event.json.jbuilder
bullet_train-outgoing_webhooks-1.2.17 app/views/api/v1/webhooks/outgoing/events/_event.json.jbuilder
bullet_train-outgoing_webhooks-1.2.16 app/views/api/v1/webhooks/outgoing/events/_event.json.jbuilder
bullet_train-outgoing_webhooks-1.2.15 app/views/api/v1/webhooks/outgoing/events/_event.json.jbuilder
bullet_train-outgoing_webhooks-1.2.14 app/views/api/v1/webhooks/outgoing/events/_event.json.jbuilder
bullet_train-outgoing_webhooks-1.2.13 app/views/api/v1/webhooks/outgoing/events/_event.json.jbuilder
bullet_train-outgoing_webhooks-1.2.12 app/views/api/v1/webhooks/outgoing/events/_event.json.jbuilder
bullet_train-outgoing_webhooks-1.2.11 app/views/api/v1/webhooks/outgoing/events/_event.json.jbuilder
bullet_train-outgoing_webhooks-1.2.10 app/views/api/v1/webhooks/outgoing/events/_event.json.jbuilder