FL-LearningGroup / LucasNote

Learn knowledge note
0 stars 0 forks source link

[autorest.powershell] knowledage #28

Open LucasYao93 opened 1 year ago

LucasYao93 commented 1 year ago
LucasYao93 commented 1 year ago
LucasYao93 commented 1 year ago
LucasYao93 commented 1 year ago

Change parameter IAny type to hashtale

  - from: swagger-document
    where: $.definitions.WorkbookTemplateProperties.properties.templateData
    transform: >-
      return {
          "type": "object",
          "additionalProperties": true,
          "description": "Valid JSON object containing workbook template payload."
      }