Skip to content

Commit

Permalink
Merge pull request #192 from regulaforensics/revert-189-SP-17577/Add_…
Browse files Browse the repository at this point in the history
…rfid_models

Revert "SP-17577: Add rfid models"
  • Loading branch information
KirylKovaliov authored Sep 23, 2024
2 parents c325c25 + 2e457ae commit f49c8ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 94 deletions.
79 changes: 0 additions & 79 deletions rt-text-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,85 +13,6 @@ components:
$ref: "#/components/schemas/DocVisualExtendedInfo"
- $ref: "./rt.yml#/components/schemas/ResultItem"

RawDataResult:
type: object
title: "Raw Data"
description: ""
properties:
nFields:
type: integer
description: "Count of array fields"
pArrayFields:
type: array
description: ""
items:
$ref: "#/components/schemas/TBinaryData"

BinaryDataResult:
type: object
title: "Binary Data"
description: ""
properties:
nFields:
type: integer
description: "Count of array fields"
pArrayFields:
type: array
description: ""
items:
$ref: "#/components/schemas/TBinaryData"

OriginalGraphicsResult:
type: object
title: "Graphic Data"
description: ""
properties:
nFields:
type: integer
description: "Count of array fields"
pArrayFields:
type: array
description: ""
items:
$ref: "#/components/schemas/TOriginalRFIDGraphics"

TOriginalRFIDGraphics:
type: object
description: ""
properties:
FieldType:
type: integer
GraphicsType:
type: integer
RFID_OriginDG:
type: integer
RFID_OriginDGTag:
type: integer
RFID_OriginTagEntry:
type: integer
RFID_OriginEntryView:
type: integer
Buf_Length:
type: integer
Buffer:
type: string
format: byte

TBinaryData:
type: object
description: "Container for extracted text fields. Fields are identified by type and language"
properties:
FieldType:
type: integer
FieldName:
type: string
Buf_Length:
type: integer
Buffer:
type: string
format: byte


DocVisualExtendedInfo:
type: object
description: "Container for extracted text fields. Fields are identified by type and language"
Expand Down
15 changes: 0 additions & 15 deletions rt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,8 @@ components:
49: "EncryptedRCLResult"
50: "LicenseResult"
85: "DocumentPositionResult"
101: "RawDataResult"
102: "TextDataResult"
103: "GraphicsResult"
104: "BinaryDataResult"
105: "OriginalGraphicsResult"

ContainerList:
type: object
Expand Down Expand Up @@ -164,9 +161,6 @@ components:
- $ref: "#/components/schemas/DocBarCodeInfo"
- $ref: "#/components/schemas/LicenseResult"
- $ref: "#/components/schemas/EncryptedRCLResult"
- $ref: "#/components/schemas/RawDataResult"
- $ref: "#/components/schemas/BinaryDataResult"
- $ref: "#/components/schemas/OriginalGraphicsResult"

DocumentPositionResult:
$ref: "./rt-document-position.yml#/components/schemas/DocumentPositionResult"
Expand All @@ -189,15 +183,6 @@ components:
TextDataResult:
$ref: "./rt-text-data.yml#/components/schemas/TextDataResult"

RawDataResult:
$ref: "./rt-text-data.yml#/components/schemas/RawDataResult"

BinaryDataResult:
$ref: "./rt-text-data.yml#/components/schemas/BinaryDataResult"

OriginalGraphicsResult:
$ref: "./rt-text-data.yml#/components/schemas/OriginalGraphicsResult"

GraphicsResult:
$ref: "./rt-image-data.yml#/components/schemas/GraphicsResult"

Expand Down

0 comments on commit f49c8ae

Please sign in to comment.