Loading OpenAPI/TS28312_IntentNrm.yaml +7 −24 Original line number Diff line number Diff line Loading @@ -138,7 +138,6 @@ components: intentHandlingScope: type: array uniqueItems: true minimum: 1 items: $ref: '#/components/schemas/IntentHandlingScope' supportedNegotiationFunctionalities: Loading Loading @@ -866,7 +865,7 @@ components: supportedObjectContextInfoList: type: array items: $ref: '#/components/schemas/SupportedObjectContextInfo' $ref: '#/components/schemas/SupportedContextInfo' uniqueItems: true minItems: 1 supportedExpectationTargetInfoList: Loading @@ -878,7 +877,7 @@ components: supportedExpectationContextInfoList: type: array items: $ref: '#/components/schemas/SupportedExpectationContextInfo' $ref: '#/components/schemas/SupportedContextInfo' uniqueItems: true minItems: 1 required: Loading Loading @@ -906,14 +905,14 @@ components: required: - supportedTargetName SupportedObjectContextInfo: SupportedContextInfo: type: object properties: supportedObjectContextAttribute: supportedContextAttribute: type: string supportedObjectContextCondition: supportedContextCondition: $ref: '#/components/schemas/Condition' supportedObjectContextValueRange: supportedContextValueRange: oneOf: - type: array uniqueItems: true Loading @@ -921,22 +920,6 @@ components: items: $ref: '#/components/schemas/ValueRangeType' - $ref: '#/components/schemas/ValueRangeType' SupportedExpectationContextInfo: type: object properties: supportedExpectationContextAttribute: type: string supportedExpectationContextCondition: $ref: '#/components/schemas/Condition' supportedExpectationContextValueRange: oneOf: - type: array uniqueItems: true minItems: 1 items: $ref: '#/components/schemas/ValueRangeType' - $ref: '#/components/schemas/ValueRangeType' #-------Definition of the concrete IntentHandlingCapability dataType----------------# Loading Loading
OpenAPI/TS28312_IntentNrm.yaml +7 −24 Original line number Diff line number Diff line Loading @@ -138,7 +138,6 @@ components: intentHandlingScope: type: array uniqueItems: true minimum: 1 items: $ref: '#/components/schemas/IntentHandlingScope' supportedNegotiationFunctionalities: Loading Loading @@ -866,7 +865,7 @@ components: supportedObjectContextInfoList: type: array items: $ref: '#/components/schemas/SupportedObjectContextInfo' $ref: '#/components/schemas/SupportedContextInfo' uniqueItems: true minItems: 1 supportedExpectationTargetInfoList: Loading @@ -878,7 +877,7 @@ components: supportedExpectationContextInfoList: type: array items: $ref: '#/components/schemas/SupportedExpectationContextInfo' $ref: '#/components/schemas/SupportedContextInfo' uniqueItems: true minItems: 1 required: Loading Loading @@ -906,14 +905,14 @@ components: required: - supportedTargetName SupportedObjectContextInfo: SupportedContextInfo: type: object properties: supportedObjectContextAttribute: supportedContextAttribute: type: string supportedObjectContextCondition: supportedContextCondition: $ref: '#/components/schemas/Condition' supportedObjectContextValueRange: supportedContextValueRange: oneOf: - type: array uniqueItems: true Loading @@ -921,22 +920,6 @@ components: items: $ref: '#/components/schemas/ValueRangeType' - $ref: '#/components/schemas/ValueRangeType' SupportedExpectationContextInfo: type: object properties: supportedExpectationContextAttribute: type: string supportedExpectationContextCondition: $ref: '#/components/schemas/Condition' supportedExpectationContextValueRange: oneOf: - type: array uniqueItems: true minItems: 1 items: $ref: '#/components/schemas/ValueRangeType' - $ref: '#/components/schemas/ValueRangeType' #-------Definition of the concrete IntentHandlingCapability dataType----------------# Loading