blob: 7ace84ebf553b722b741bf59a1fcc18fc2bacf73 [file] [log] [blame]
#
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
# license agreements. See the NOTICE file distributed with this work for additional
# information regarding copyright ownership. The ASF licenses this file to you
# under the Apache License, Version 2.0 (the # "License"); you may not use this
# file except in compliance with the License. You may obtain a copy of the License
# at:
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software distributed
# under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
# CONDITIONS OF ANY KIND, either express or implied. See the License for the
# specific language governing permissions and limitations under the License.
#
packages:
validateParams:
actions:
action1:
inputs:
inline1: '{ "key": true }'
inline2: Just a string
inline3: null
inline4: true
inline5: 42
inline6: -531
inline7: 432.432E-43
inline8: '[ true, null, "boo", { "key": 0 }]'
inline9: !!bool false
inline0: !!float 456.423
inlin10: # JSON null
inlin11: True # JSON true
expand1:
value: null
type: string
expand2:
value: true
type: string
expand3:
value: false
type: string
expand4:
value: 15646
type: string
expand5:
value: '{ "key": true }'
type: string
expand6:
value: '[ true, null, "boo", { "key": 0 }]'
type: string
expand7:
value: !!null null
type: string