diff --git a/fixtures/islandora_object.yaml b/fixtures/islandora_object.yaml index 553242a..80cfb45 100644 --- a/fixtures/islandora_object.yaml +++ b/fixtures/islandora_object.yaml @@ -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 @@ -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 @@ -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: @@ -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: @@ -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