Skip to content

Commit

Permalink
fixup fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Jul 8, 2024
1 parent 58db934 commit dc4303f
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions fixtures/islandora_object.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,39 +20,39 @@ components:
IslandoraObject:
type: object
properties:
status:
type:
type: array
title: Status
title: Type
items:
type: object
properties:
value:
type: boolean
x-go-type: islandoraModel.BoolField
target_id:
type: string
x-go-type: islandoraModel.ConfigReferenceField
x-go-type-import:
path: github.com/lehigh-university-libraries/go-islandora/model
name: islandoraModel
created:
status:
type: array
title: Created
title: Status
items:
type: object
properties:
value:
type: string
x-go-type: islandoraModel.GenericField
type: boolean
x-go-type: islandoraModel.BoolField
x-go-type-import:
path: github.com/lehigh-university-libraries/go-islandora/model
name: islandoraModel
changed:
revision_uid:
type: array
title: Changed
title: RevisionUid
items:
type: object
properties:
value:
type: string
x-go-type: islandoraModel.GenericField
target_id:
type: integer
x-go-type: islandoraModel.EntityReferenceField
x-go-type-import:
path: github.com/lehigh-university-libraries/go-islandora/model
name: islandoraModel
Expand All @@ -68,18 +68,6 @@ components:
x-go-type-import:
path: github.com/lehigh-university-libraries/go-islandora/model
name: islandoraModel
title:
type: array
title: Title
items:
type: object
properties:
value:
type: string
x-go-type: islandoraModel.GenericField
x-go-type-import:
path: github.com/lehigh-university-libraries/go-islandora/model
name: islandoraModel
uuid:
type: array
title: Uuid
Expand Down Expand Up @@ -116,21 +104,21 @@ components:
x-go-type-import:
path: github.com/lehigh-university-libraries/go-islandora/model
name: islandoraModel
revision_uid:
revision_log:
type: array
title: RevisionUid
title: RevisionLog
items:
type: object
properties:
target_id:
type: integer
x-go-type: islandoraModel.EntityReferenceField
value:
type: string
x-go-type: islandoraModel.GenericField
x-go-type-import:
path: github.com/lehigh-university-libraries/go-islandora/model
name: islandoraModel
revision_log:
title:
type: array
title: RevisionLog
title: Title
items:
type: object
properties:
Expand All @@ -140,9 +128,9 @@ components:
x-go-type-import:
path: github.com/lehigh-university-libraries/go-islandora/model
name: islandoraModel
type:
created:
type: array
title: Type
title: Created
items:
type: object
properties:
Expand Down Expand Up @@ -176,6 +164,18 @@ components:
x-go-type-import:
path: github.com/lehigh-university-libraries/go-islandora/model
name: islandoraModel
changed:
type: array
title: Changed
items:
type: object
properties:
value:
type: string
x-go-type: islandoraModel.GenericField
x-go-type-import:
path: github.com/lehigh-university-libraries/go-islandora/model
name: islandoraModel
field_abstract:
type: array
title: Abstract
Expand Down

0 comments on commit dc4303f

Please sign in to comment.