mirror of https://github.com/databricks/cli.git
16 lines
302 B
YAML
16 lines
302 B
YAML
# Example 2.23 Various Explicit Tags
|
|
|
|
---
|
|
not-date: !!str 2002-04-28
|
|
|
|
picture: !!binary |
|
|
R0lGODlhDAAMAIQAAP//9/X
|
|
17unp5WZmZgAAAOfn515eXv
|
|
Pz7Y6OjuDg4J+fn5OTk6enp
|
|
56enmleECcgggoBADs=
|
|
|
|
application specific tag: !something |
|
|
The semantics of the tag
|
|
above may be different for
|
|
different documents.
|