Skip to content

Commit

Permalink
Add timestamp requirement & update-operation-key pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
openBackhaul committed Aug 28, 2024
1 parent 30d1647 commit 80779e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spec/ExecutionAndTraceLog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2357,7 +2357,7 @@ paths:
$ref: '#/components/responses/responseForErroredServiceRequests'
callbacks:
PromptForEmbeddingCausesRequestForBequeathingData:
url: #[/core-model-1-4:control-construct/logical-termination-point=eatl-2-1-2-tcp-c-ro-2-1-2-000/layer-protocol=0/tcp-client-interface-1-0:tcp-client-interface-pac/tcp-client-interface-configuration/remote-protocol]://[/core-model-1-4:control-construct/logical-termination-point=eatl-2-1-2-tcp-c-or-2-1-1-000/layer-protocol=0/tcp-client-interface-1-0:tcp-client-interface-pac/tcp-client-interface-configuration/remote-address/domain-name or /core-model-1-4:control-construct/logical-termination-point=eatl-2-1-2-tcp-c-or-2-1-1-000/layer-protocol=0/tcp-client-interface-1-0:tcp-client-interface-pac/tcp-client-interface-configuration/remote-address/ip-address/ipv-4-address]:[/core-model-1-4:control-construct/logical-termination-point=eatl-2-1-2-tcp-c-or-2-1-1-000/layer-protocol=0/tcp-client-interface-1-0:tcp-client-interface-pac/tcp-client-interface-configuration/remote-port][/core-model-1-4:control-construct/logical-termination-point=eatl-2-1-2-op-c-bm-or-2-1-1-000/layer-protocol=0/operation-client-interface-1-0:operation-client-interface-pac/operation-client-interface-configuration/operation-name]
url: #[/core-model-1-4:control-construct/logical-termination-point=eatl-2-1-2-tcp-c-or-2-1-1-000/layer-protocol=0/tcp-client-interface-1-0:tcp-client-interface-pac/tcp-client-interface-configuration/remote-protocol]://[/core-model-1-4:control-construct/logical-termination-point=eatl-2-1-2-tcp-c-or-2-1-1-000/layer-protocol=0/tcp-client-interface-1-0:tcp-client-interface-pac/tcp-client-interface-configuration/remote-address/domain-name or /core-model-1-4:control-construct/logical-termination-point=eatl-2-1-2-tcp-c-or-2-1-1-000/layer-protocol=0/tcp-client-interface-1-0:tcp-client-interface-pac/tcp-client-interface-configuration/remote-address/ip-address/ipv-4-address]:[/core-model-1-4:control-construct/logical-termination-point=eatl-2-1-2-tcp-c-or-2-1-1-000/layer-protocol=0/tcp-client-interface-1-0:tcp-client-interface-pac/tcp-client-interface-configuration/remote-port][/core-model-1-4:control-construct/logical-termination-point=eatl-2-1-2-op-c-bm-or-2-1-1-000/layer-protocol=0/operation-client-interface-1-0:operation-client-interface-pac/operation-client-interface-configuration/operation-name]
post:
parameters:
- $ref: '#/components/parameters/user'
Expand Down Expand Up @@ -2620,6 +2620,7 @@ paths:
- release-number
- operation-name
- response-code
- timestamp
properties:
x-correlator:
type: string
Expand Down Expand Up @@ -4583,7 +4584,7 @@ paths:
properties:
operation-uuid:
type: string
pattern: '^([a-z]{2,6})-([0-9]{1,2})-([0-9]{1,2})-([0-9]{1,2})-op-([sc])-([bi][ms])((-([a-z]{2,6})-([0-9]{1,2})-([0-9]{1,2})-([0-9]{1,2})){0,1})-([0-9]{3})$'
pattern: '^([a-z]{2,6})-([0-9]{1,2})-([0-9]{1,2})-([0-9]{1,2})-op-([sc])(-(get|put|post|del|pat))?-([bi][ms])((-([a-z]{2,6})-([0-9]{1,2})-([0-9]{1,2})-([0-9]{1,2})){0,1})-([0-9]{3})$'
description: >
'UUID of LTP that is target of the updating of the operation key
find [/core-model-1-4:control-construct/logical-termination-point=uuid]'
Expand Down

0 comments on commit 80779e0

Please sign in to comment.