query getVersionedDataset($urn: String!, $versionStamp: String) { versionedDataset(urn: $urn, versionStamp: $versionStamp) { schema { fields { fieldPath jsonPath nullable description type nativeDataType recursive isPartOfKey isPartitioningKey } lastObserved } editableSchemaMetadata { editableSchemaFieldInfo { fieldPath description globalTags { ...globalTagsFields } glossaryTerms { ...glossaryTerms } } } } }