Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 15 additions & 39 deletions initial_mappings_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ $defs:
mode:
enum:
- create_shard
- set_existing_shard
type: string
title: airdrop-recipe-create-possible-custom-object-mapping-shard
type: object
Expand Down Expand Up @@ -83,7 +82,6 @@ $defs:
existing one.
enum:
- create_shard
- set_existing_shard
type: string
airdrop-recipe-create-possible-record-type-mappings:
properties:
Expand Down Expand Up @@ -193,10 +191,7 @@ $defs:
Mapping between DevRev link types and external link types.
type: object
required:
- link_type_names
- reverse_stock_types
- source_types
- target_types
title: airdrop-recipe-make-custom-links
type: object
airdrop-recipe-make-custom-stages:
Expand Down Expand Up @@ -463,39 +458,20 @@ $defs:
type: object
$schema: https://json-schema.org/draft/2020-12/schema
properties:
external_system_id:
description: |
The unique ID of the external system to which these mappings apply.
format: text
type: string
external_system_type:
description: Type of the SoR to which these initial mappings apply.
format: text
type: string
import_slug:
description: |
Snap-in slug to which the mappings apply, only populated for ADaaS
external system type.
format: text
type: string
record_type_category_mappings:
additionalProperties:
$ref: '#/$defs/airdrop-recipe-create-possible-record-type-mappings'
description: |
Possible mappings of record type categories to devrev object types.
type: object
record_type_mappings:
additionalProperties:
$ref: '#/$defs/airdrop-recipe-create-possible-record-type-mappings'
description: |
Possible mappings of external record types to devrev object types.
additional_mappings:
properties:
record_type_category_mappings:
additionalProperties:
$ref: '#/$defs/airdrop-recipe-create-possible-record-type-mappings'
description: |
Possible mappings of record type categories to devrev object types.
type: object
record_type_mappings:
additionalProperties:
$ref: '#/$defs/airdrop-recipe-create-possible-record-type-mappings'
description: |
Possible mappings of external record types to devrev object types.
type: object
type: object
snap_in_slug:
description: |
Snap-in slug to which the mappings apply, only populated for ADaaS
external system type.
format: text
type: string
title: airdrop-recipe-initial-domain-mappings-install-request
type: object

type: object