mirror of
https://github.com/latentPrion/cppbessot.git
synced 2026-04-17 18:44:23 +00:00
102 lines
2.3 KiB
YAML
102 lines
2.3 KiB
YAML
openapi: 3.0.3
|
|
info:
|
|
title: cppbessot-test-schema-v1.2
|
|
version: "1.2.0"
|
|
description: >
|
|
Self-contained additive test fixture for cppbessot serdes and migration validation.
|
|
paths: {}
|
|
components:
|
|
schemas:
|
|
Agent:
|
|
type: object
|
|
x-odbModelVersion: "1, 2"
|
|
x-odbTable: Agent
|
|
required:
|
|
- id
|
|
- role
|
|
- persistent
|
|
properties:
|
|
id:
|
|
type: string
|
|
x-odbId: true
|
|
x-odbAddedIn: "1.1"
|
|
role:
|
|
type: string
|
|
x-odbAddedIn: "1.1"
|
|
persistent:
|
|
type: boolean
|
|
x-odbAddedIn: "1.1"
|
|
displayName:
|
|
type: string
|
|
x-odbAddedIn: "1.1"
|
|
trustScore:
|
|
type: integer
|
|
format: int32
|
|
minimum: 0
|
|
maximum: 100
|
|
x-odbAddedIn: "1.2"
|
|
|
|
GovernmentAddress:
|
|
type: object
|
|
x-odbModelVersion: "1, 2"
|
|
x-odbTable: GovernmentAddress
|
|
required:
|
|
- id
|
|
properties:
|
|
id:
|
|
type: string
|
|
x-odbId: true
|
|
x-odbAddedIn: "1.1"
|
|
addressLabel:
|
|
type: string
|
|
x-odbAddedIn: "1.1"
|
|
regionLookupKey:
|
|
type: string
|
|
x-odbAddedIn: "1.1"
|
|
|
|
TripAttemptResult:
|
|
type: object
|
|
x-odbModelVersion: "1, 2"
|
|
x-odbTable: TripAttemptResult
|
|
required:
|
|
- id
|
|
- result
|
|
properties:
|
|
id:
|
|
type: string
|
|
x-odbId: true
|
|
x-odbAddedIn: "1.1"
|
|
result:
|
|
type: string
|
|
x-odbAddedIn: "1.1"
|
|
retryReason:
|
|
type: string
|
|
x-odbAddedIn: "1.1"
|
|
governmentSuspensionReason:
|
|
type: string
|
|
x-odbAddedIn: "1.1"
|
|
governmentTerminationReason:
|
|
type: string
|
|
x-odbAddedIn: "1.1"
|
|
complianceSuspensionReason:
|
|
type: string
|
|
x-odbAddedIn: "1.1"
|
|
complianceTerminationReason:
|
|
type: string
|
|
x-odbAddedIn: "1.1"
|
|
policySuspensionReason:
|
|
type: string
|
|
x-odbAddedIn: "1.1"
|
|
policyTerminationReason:
|
|
type: string
|
|
x-odbAddedIn: "1.1"
|
|
cancelationReason:
|
|
type: string
|
|
x-odbAddedIn: "1.1"
|
|
failureReason:
|
|
type: string
|
|
x-odbAddedIn: "1.1"
|
|
details:
|
|
type: string
|
|
x-odbAddedIn: "1.1"
|