Skip to content

Commit

Permalink
docs: deployment pipeline successful
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed Oct 22, 2024
1 parent 0c40ade commit 78d082d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/schemas/sro/relationship.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
type StixType,
stixTypeSchema,
xMitreAttackSpecVersionSchema,
// xMitreDeprecatedSchema,
xMitreDeprecatedSchema,
xMitreDomainsSchema,
xMitreModifiedByRefSchema,
xMitreVersionSchema,
Expand Down Expand Up @@ -259,7 +259,7 @@ export const relationshipSchema = stixRelationshipObjectSchema

x_mitre_version: xMitreVersionSchema,

// x_mitre_deprecated: xMitreDeprecatedSchema.optional(),
x_mitre_deprecated: xMitreDeprecatedSchema.optional(),
})
.required({
created: true,
Expand Down

0 comments on commit 78d082d

Please sign in to comment.