Loading OpenAPI/TS28312_IntentNrm.yaml +27 −1 Original line number Diff line number Diff line Loading @@ -45,6 +45,8 @@ components: - $ref: "TS28312_IntentExpectations.yaml#/components/schemas/RadioServiceExpectation" contextSelectivity: $ref: "#/components/schemas/Selectivity" expectationSelectivity: $ref: "#/components/schemas/Selectivity" intentContexts: type: array uniqueItems: true Loading Loading @@ -108,6 +110,12 @@ components: minItems: 1 items: $ref: '#/components/schemas/IntentHandlingCapability' supportedExpectationTargetInfo: type: array items: $ref: '#/components/schemas/SupportedExpectationTargetInfo' uniqueItems: true minItems: 1 Intent: $ref: '#/components/schemas/Intent-Multiple' IntentReport: Loading Loading @@ -471,6 +479,24 @@ components: type: string readOnly: true description: It describes the supported expectation targets for the supported expectation object type. SupportedExpectationTargetInfo: description: >- It indicates the detailed information about what the intent driven MnS producer supports for a given supportedExpectationObjectType. type: object properties: supportedExpectationTargetName: type: string readOnly: true supportedTargetCondition: $ref: '#/components/schemas/Condition' supportedTargetValueRange: oneOf: - type: array uniqueItems: true minItems: 1 items: $ref: '#/components/schemas/ValueRangeType' - $ref: '#/components/schemas/ValueRangeType' #-------Definition of the concrete IntentHandlingCapability dataType----------------# #------Definition of JSON arrays for name-contained IOCs ---------------# Loading Loading
OpenAPI/TS28312_IntentNrm.yaml +27 −1 Original line number Diff line number Diff line Loading @@ -45,6 +45,8 @@ components: - $ref: "TS28312_IntentExpectations.yaml#/components/schemas/RadioServiceExpectation" contextSelectivity: $ref: "#/components/schemas/Selectivity" expectationSelectivity: $ref: "#/components/schemas/Selectivity" intentContexts: type: array uniqueItems: true Loading Loading @@ -108,6 +110,12 @@ components: minItems: 1 items: $ref: '#/components/schemas/IntentHandlingCapability' supportedExpectationTargetInfo: type: array items: $ref: '#/components/schemas/SupportedExpectationTargetInfo' uniqueItems: true minItems: 1 Intent: $ref: '#/components/schemas/Intent-Multiple' IntentReport: Loading Loading @@ -471,6 +479,24 @@ components: type: string readOnly: true description: It describes the supported expectation targets for the supported expectation object type. SupportedExpectationTargetInfo: description: >- It indicates the detailed information about what the intent driven MnS producer supports for a given supportedExpectationObjectType. type: object properties: supportedExpectationTargetName: type: string readOnly: true supportedTargetCondition: $ref: '#/components/schemas/Condition' supportedTargetValueRange: oneOf: - type: array uniqueItems: true minItems: 1 items: $ref: '#/components/schemas/ValueRangeType' - $ref: '#/components/schemas/ValueRangeType' #-------Definition of the concrete IntentHandlingCapability dataType----------------# #------Definition of JSON arrays for name-contained IOCs ---------------# Loading