{"title":"Pattern","type":"object","$schema":"http://json-schema.org/draft-07/schema","description":"The pattern used to render the fill of the polygon (only applies to PolygonSymbol3D).","properties":{"style":{"type":"string","description":"String value representing predefined styles that can be set as polygon fills.","enum":["backward-diagonal","cross","diagonal-cross","forward-diagonal","horizontal","none","solid","vertical"]},"type":{"type":"string","description":"The type of pattern applied to the polygon fill.","enum":["style"]}},"required":["style","type"],"additionalProperties":false,"esriDocumentation":{"examples":[{"code":{"pattern":{"type":"style","style":"cross"}}}]}}